4 Answers, 1 is accepted
0
Todd Anglin
Top achievements
Rank 2
answered on 06 Oct 2008, 08:20 PM
Vaibhav-
We have great resources online that address all of your questions. Let me try to direct you to them in order:
- Defining your own custom buttons in the docs: http://www.telerik.com/help/aspnet-ajax/addingyourownbuttons.html
- This may be related to styles on the parent page of your RadEditor. Take a look at this article and see if it helps: http://www.telerik.com/help/aspnet-ajax/editor-content-area-appearance-problems.html
- Creating a custom skin for RadGrid in the docs: http://www.telerik.com/help/aspnet-ajax/createnewskin.html
Hope that helps you solve some of your problems.
-Todd
0
Vaibhav
Top achievements
Rank 1
answered on 07 Oct 2008, 06:05 AM
- defining your own custom buttons in the docs: http://www.telerik.com/help/aspnet-ajax/addingyourownbuttons.html -- OK but applying images to buttons is still a problem, am working on it
- This may be related to styles on the parent page of your RadEditor. Take a look at this article and see if it helps: http://www.telerik.com/help/aspnet-ajax/editor-content-area-appearance-problems.html -- OK Problem Solved
- Creating a custom skin for RadGrid in the docs: http://www.telerik.com/help/aspnet-ajax/createnewskin.html -- I have created custom skin. I cannot find a solution for applying custom skin through App_Themes instead of adding <link ....> in head tag.
Vaibhav
0
Vaibhav
Top achievements
Rank 1
answered on 07 Oct 2008, 10:20 AM
Hi,
editor's tollbar images are totally messed up when used custom skin with EnableEmbeddedSkins="false".
I don't know how to get it right.
Vaibhav
editor's tollbar images are totally messed up when used custom skin with EnableEmbeddedSkins="false".
I don't know how to get it right.
Vaibhav
0
Todd Anglin
Top achievements
Rank 2
answered on 07 Oct 2008, 03:43 PM
Vaibhav-
Skinning RadEditor is an advanced task. The Edtior makes use of a single CSS sprite image for all toolbar buttons, so working with this can be a challenge. We are currently working a Visual Style Builder for the RadControls for ASP.NET AJAX, so in the future there will be an easier way to do some skin customization without requiring advanced knowledge of CSS. Until then, I suggest starting with one of the existing skins and then carefully modifying it to meet your needs.
As for applying your custom skin, you should be able to simply copy the required Editor CSS files (and supporting image directory) to your App_Theme theme folder (such as MyTheme). Pages that are set to use MyTheme and Editors with Skin="MyTheme" and EnabledEmbeddedSkins="False" should then use your new skin.
Hope that helps.
-Todd