Re: Editor makes unwanted changes in styles

  •  11-25-2011, 1:12 AM

    Re: Editor makes unwanted changes in styles

    Hi,
     
    when I paste the code it gets reformated to this:
     
    <%@ Page Language="C#" AutoEventWireup="true" %>
    <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>
    <form id="form1" runat="server">
    <CE:editor id="editor1" runat="server">
    </CE:editor>
    </form>
     
     
     
     
    Here is how CuteEditor is implemented
    <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="ce" %>
    .
    .
    <ce:Editor ID="EditorHTMLContent" runat="server" Width="800" Height="300" BreakElement="Br"
                                                            EditorWysiwygModeCss="~/App_Themes/Editor.css" EnableStripScriptTags="False"
                                                            EnableStripIframeTags="false" AutoParseClasses="true" EnableStripLinkTagsCodeInjection="false"
                                                            EnableStripStyleTagsCodeInjection="false" DisableAutoFormatting="True" RemoveTBODYTag="True"
                                                            UseHTMLEntities="False" UseHttpHandlerCacheImages="False" FilesPath='~/CuteSoft_Client/CuteEditor'
                                                            AutoConfigure="Simple" URLType="Default" >
                                                        </ce:Editor>
     
     
     
     
    regards,
    Sunspire 
View Complete Thread