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

How to add custom style on editor controls.

2 Answers 38 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Gyan
Top achievements
Rank 1
Gyan asked on 31 Jul 2013, 07:23 AM
Hi ,
I have a project in VS2010, in that I am using rad editor. As my project requirement, want to apply custom style on editor controls at the time of its insertion in editor.

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 01 Aug 2013, 12:50 PM
Hello,

You can use the OnClientPasteHtml client event of RadEditor to modify the inserted HTML content when the InsertFormElement command is fired. You can import your CSS file in the content area through the CssFiles property.

Best regards,
Rumen
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.
0
Gyan
Top achievements
Rank 1
answered on 03 Aug 2013, 10:29 AM
Thanks  Rumen. It is very helpfull.
Tags
Editor
Asked by
Gyan
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Gyan
Top achievements
Rank 1
Share this question
or