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

Custom Skin - Newbie question

1 Answer 50 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 2
Eric asked on 12 Feb 2009, 04:28 PM
I am trying to make my own custom skin and from the help file(http://www.telerik.com/help/aspnet-ajax/radformdecorator-creating-custom-skins.html) is says:
"Open FormDecorator.MyCustomSkin.css and replace all occurrences of with radfd_MyCustomSkin."

It seems that something is wrong in this sentence, my guess is that they meat [replace all occurences of radfd_default with radfd_MyCustomSkin]

However if I look in the FormDecorator.Default.css I see other classes that uses [Default] in their name  without being next to radfd_
For example:
.radfd_select_Default .radfd_select_textSpan



So my question is should I do a Find of all the [Default] in the FormDecorator.Default.css and replace the with MyCustomSkin?

Thank you,
Eric

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 13 Feb 2009, 11:50 AM
Hello Eric ,

Yes, you are right - all occurrences of radfd_default with radfd_NyCustomSkin. In general the idea is to rename all "default" strings to "MyCustomSkin".


Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
FormDecorator
Asked by
Eric
Top achievements
Rank 2
Answers by
Georgi Tunev
Telerik team
Share this question
or