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

Enable HTML mode formatting???

1 Answer 42 Views
Editor
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Veteran
sitefinitysteve asked on 05 Nov 2010, 06:58 AM
I was on the sitefinity demo site and in the radeditor there I pasted in some html into the html mode tab...swapped between design and html modes...and it was all properly formatted (indented, not one giant string)

I went over to the site I was working on and they have a newer version of the RadEditor and it DOESNT do that...

Where can I enable this? :)

Steve

1 Answer, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 05 Nov 2010, 08:30 AM
Hi Steve,

You should  make sure that the IndentHTMLContent content filter of RadEditor is enabled, e.g.

<telerik:RadEditor
                    runat="server"
                    ID="Editor"
                    ContentAreaCssFile="~/Sitefinity/Admin/Themes/Default/AjaxControlsSkins/Sitefinity/EditorContentArea.css"
                    ToolsFile="~/Sitefinity/Admin/ControlTemplates/EditorToolsFile.xml"                  
                    Skin="WebBlue"                    
                    NewLineBr="False"
                    Width="95%"
                    ContentFilters="EncodeScripts,FixUlBoldItalic,FixEnclosingP,IECleanAnchors,MozEmStrong,ConvertFontToSpan,ConvertToXhtml,IndentHTMLContent">


Best wishes,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Editor
Asked by
sitefinitysteve
Top achievements
Rank 2
Veteran
Answers by
Rumen
Telerik team
Share this question
or