I am using the current version of the Telerik UI dll (version 2014.1.225.45)
This is the definition of my RadEditor on my page:
The problem I am having is that when I save the content OR switch to "Design" view and back to the "HTML" view, it is stripping my <body></body> and <html></html> tags
What I want is for the editor to not mess with what I enter in any way. I thought I had specified this in the definition of the editor on the page. What properties do I have to set so that the editor does not change anything?
Thanks,
Jim
This is the definition of my RadEditor on my page:
The problem I am having is that when I save the content OR switch to "Design" view and back to the "HTML" view, it is stripping my <body></body> and <html></html> tags
What I want is for the editor to not mess with what I enter in any way. I thought I had specified this in the definition of the editor on the page. What properties do I have to set so that the editor does not change anything?
<telerik:RadEditor ID="reContent" runat="server" Skin="Office2010Blue" Height="850px" Width="100%" StripFormattingOptions="MSWordRemoveAll"<br> ContentAreaMode="Div" EmptyMessage="Add Content Here - Content is Required" StripFormattingOnPaste="MSWordRemoveAll"<br> ClientIDMode="Static" NewLineMode="Br" OnClientLoad="OnClientLoad" AllowScripts="true" ContentFilters="None"><br> </telerik:RadEditor>Thanks,
Jim