This is a migrated thread and some comments may be shown as answers.

access radwindow and set skin.

2 Answers 89 Views
Window
This is a migrated thread and some comments may be shown as answers.
Freddy
Top achievements
Rank 1
Freddy asked on 01 Oct 2013, 08:38 AM
How do I access the radwindow of the radspell and set a skin for its contents?

Please help
Freddy.

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 01 Oct 2013, 09:32 AM
Hi Freddy,

Please have a look into the following code I tried to set a skin for the RadWindow contents.

ASPX:
<telerik:RadSpell ID="RadSpell1" runat="server" ControlToCheck="RadTextBox1" OnClientLoad="OnClientLoad" />

JavaScript:
<script type="text/javascript">
    function OnClientLoad(sender, args) {
        sender.get_dialogOpener().set_skin("Web20");
    }
</script>

Thanks,
Shinu.
0
Marin Bratanov
Telerik team
answered on 02 Oct 2013, 11:58 AM
Hi guys,

You can simply set the Skin property of the RadSpell control:
<telerik:RadSpell ID="RadSpell1" runat="server" ControlToCheck="Textbox1" Skin="Black" />



Regards,
Marin Bratanov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Window
Asked by
Freddy
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Marin Bratanov
Telerik team
Share this question
or