
Joseph Roberts
Top achievements
Rank 1
Joseph Roberts
asked on 23 Jun 2010, 02:46 PM
Ok, I feel like an idiot, but how do I change the skin of the RadEditor from Default to something else?
Thanks
Thanks
4 Answers, 1 is accepted
0
Hello Joseph,
You need to set the Skin property of RadEditor. Here are the help articles where you can find the needed information:
Skin Basics
Set Properties Via Config File
Sincerely yours,
Stanimir
the Telerik team
You need to set the Skin property of RadEditor. Here are the help articles where you can find the needed information:
Skin Basics
Set Properties Via Config File
Sincerely yours,
Stanimir
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

Joseph Roberts
Top achievements
Rank 1
answered on 23 Jun 2010, 03:32 PM
This is what is in my ConfigFile.xml...
I still get the Default skin.
<configuration> |
<property name="ToolbarMode">ShowOnFocus</property> |
<property name="ToolsWidth">680px</property> |
<property name="Skin">Office2007</property> |
</configuration> |
I still get the Default skin.
0
Hi Joseph,
Could you confirm which version of RadEditor for MOSS are you using?
If you are using the control in list scenario (list, wiki, blog), you need to modify the respective ListConfigFile.xml.
All the best,
Stanimir
the Telerik team
Could you confirm which version of RadEditor for MOSS are you using?
If you are using the control in list scenario (list, wiki, blog), you need to modify the respective ListConfigFile.xml.
All the best,
Stanimir
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

Joseph Roberts
Top achievements
Rank 1
answered on 23 Jun 2010, 03:40 PM
That was it. I was in List mode, and editing the wrong config file. Thanks.