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

RadMarkupDialog Disable Convert Font to Span

1 Answer 62 Views
TextBox
This is a migrated thread and some comments may be shown as answers.
Brete
Top achievements
Rank 1
Brete asked on 07 Jul 2011, 10:07 PM

In the RadEditor for ASP.NET there are Disable Filters that can be applied like the following:
    RadEditor1.DisableFilter(

EditorFilters.ConvertFontToSpan);

 

    RadEditor1.DisableFilter(

EditorFilters.ConvertToXhtml);

 

    RadEditor1.DisableFilter(

EditorFilters.FixUlBoldItalic);

Are there similar filters that can be applied to RadMarkupDialog to keep it from converting font to span, Bold, Italic and Underline to style, etc? 





 

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 13 Jul 2011, 10:21 AM
Hello Brete, 

Thanks for writing.

Our Markup Editor uses the rendering engine of Internet Explorer (Trident) and was developed as utility that allows users to do basic formating on our Html-like. On the other hand, our HTML-like text formatting is a custom rendering engine developed for RadControls for WinForms which provides a text styling mechanism that can be quickly applied to all Telerik controls and their elements. It enhances one of the smallest element in the Telerik Presentation Framework -  the TextPrimitive. The rich text formatting mechanism uses a few plain HTML tags to display formatted text such as font style, font color, font size, etc. Because of this our Markup Editor does not support functionality similar to DisableFilters.

Do not hesitate to contact us if you have other questions.

Kind regards,
Peter
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
TextBox
Asked by
Brete
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or