Re: contenteditable="true" being striped when switching modes

  •  08-14-2008, 8:44 PM

    Re: contenteditable="true" being striped when switching modes

    Hmmm.  So it does.
     
    Well, this still doesn't work in my app.  Is there a setting that could possibly be causing this behavior?  Here is the definition I am using in the ASPX page:
     
    <CE:Editor id="edMain"
        EditCompleteDocument="true"
        EnableStripIframeTags="false"
        EnableClientScript="true"
        EnableStripLinkTagsCodeInjection="false"
        EnableStripScriptTags="false"
        EnableStripStyleTagsCodeInjection="false"
        AllowPasteHtml="false"
        ThemeType="Office2007"
        Height="450" Width="745" runat="server" ></CE:Editor>
     
    Other than that, it is a standard out of the box installation as I am still learning how everything works. 
     
    Thanks,
    --nick
     
     
View Complete Thread