RadEditor configuration in Sitefinity 5.4

Posted by Community Admin on 03-Aug-2018 18:58

RadEditor configuration in Sitefinity 5.4

All Replies

Posted by Community Admin on 19-Apr-2013 00:00

How could I configure RadEditor

  1. only to format markup (tags and attributes, excluding style), and not to add any inline styles?
  2. not to generate empty empty tags as a result of editing the copy in the editor?
  3. make <P> tag the default paragraph tag instead of no-tag or <DIV>
And those configuration options should be active and available at all times, not only during the copy is pasted into the editor.

Thoughts?

Posted by Community Admin on 24-Apr-2013 00:00

Hello Osman,

The RadEditor implementation in Sitefinity is the same as the one we're releasing with our DevCraft suite, so the same configurations apply.

In other words, to achieve the desired functionality you can:

1. Adjust the ContentFilters  - for this particular scenario I believe you might need the ConvertInlineStylesToAttributes filter enabled. By default this filter is not enabled, as we use the Default filters collection, however you can specify explicitly which filters you'd like to use by going to Administration ->Settings->Advanced->Appearance->RadEditor filters for Content block widget (the property is of type EditorFilters, which will accept a comma delimited list of the desired filters, e.g. MakeUrlsAbsolute, FixEnclosingP, ConvertInlineStylesToAttributes )
2. Can you please provide us with some additional information on that case,s o we can make sure we're giving you an accurate advice?
3. You can control this behavior from Administration ->Settings->Advanced->Appearance ->Rad Editor new line 'br' tags property

Please do not heistate to let us knwo if there's anything else we can help you with.

Greetings,
Boyan Barnev
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed