Re: You Tube- Stripping <object></object> tags

  •  01-09-2009, 1:48 AM

    Re: You Tube- Stripping <object></object> tags

    I've used the following code to add the CuteEditor with in the aspx page.

    <CE:Editor ID="PageBodyContentEditor"

    EnableStripScriptTags="false"

    runat="server"

    EditorWysiwygModeCss="../../CSS/example.css"

    ThemeType="Office2000"

    Width="98%"

    Height="400px"

    ConfigurationPath="~/CuteSoft_Client/CuteEditor/Configuration/mytools17072008.config"

    AllowPasteHtml="true"

    ConvertHTMLTagstoLowercase="true" AutoParseClasses="true"

    EditorOnPaste="ConfirmWord">

    <FrameStyle

    BackColor="White"

    BorderColor="transparent"

    BorderStyle="solid"

    BorderWidth="1px"

    CssClass="CuteEditorFrame"

    Height="100%" Width="100%" />

    </CE:Editor>
     
    Can any one correct me if i'm wrong with the above code. Because still this is stripping the <object> tag while i'm switching between NORMAL and HTML mode after pasting HTML.
View Complete Thread