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

Does RadSpell (v 2008.1.515.35) support Custom Skins?

1 Answer 55 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Shuchi Bhalla
Top achievements
Rank 1
Shuchi Bhalla asked on 08 Aug 2008, 06:12 PM
Hi

I have been unable to implement a custom skin for RadSpell. I came across this post while looking through the forums:
http://www.telerik.com/community/forums/thread/b311D-bcedat.aspx


Does my version support custom skins for RadSpell? If yes, could you give me the link to the help file that tells how to do it.

Rgds
Shuchi

1 Answer, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 11 Aug 2008, 03:15 PM
Hi Shuchi,

I assume that you want to have your custom skin in the RadSpell dialog. If this is the case then you will need to get the latest version (2008.02.723). Custom skins for the editor/spell dialogs are not supported with version 2008.01.

In order to use your custom skin with the spell dialog, you need to do the following:
1) set the EnableEmbeddedSkins property to false
2) set the Skin property to the name of your skin
3) set the DialogsCssFile property to the location of your skin's CSS file. This is needed, because the RadSpell dialog is a separate document and it does not inherit the CSS styles from its parent page.

Here is an example:

<telerik:RadSpell ID="RadSpell1" runat="server" 
ControlsToCheck="TextBox1,TextBox2" EnableEmbeddedSkins="false" 
Skin="customSkin" DialogsCssFile="~/customSkin.css" /> 


Kind regards,
Lini
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Spell
Asked by
Shuchi Bhalla
Top achievements
Rank 1
Answers by
Lini
Telerik team
Share this question
or