Issues with EditorWysiwygModeCss

  •  11-03-2016, 12:19 PM

    Issues with EditorWysiwygModeCss

    We have the latest cute editor version that is compatible with IE 11 edge mode. We are using EditorWysiwygModeCss to use our custom Stylesheet for the editor but the styles from the stylesheet do not seem to be picked. It seems like it is falling back to the inbuilt cute editor styles.
    This is how we are using it - 
    <%@ Register assembly="CuteEditor" namespace="CuteEditor" tagprefix="CE" %> <%@ Register assembly="CuteEditor" namespace="CuteEditor" tagprefix="CE" %><%@ Register assembly="CuteEditor" namespace="CuteEditor" tagprefix="CE" %>
     
                <CE:Editor ID="cuteEditor" runat="server" ThemeType="Office2003" AllowPasteHtml="False" 
                    BreakElement="P" EditorWysiwygModeCss="~/Includes/CuteEditorStyles.css" ShowDecreaseButton="False"                 
                    ShowEnlargeButton="False" Width="100%" UseHTMLEntities="False" ShowPreviewMode="False"  Height="100%" EnableObjectResizing="False" RemoveTBODYTag="True" ShowBottomBar="False" EnableContextMenuFormat="False" EnableContextMenuInsert="False" EnableContextMenuInsertAdvanced="False" EnableContextMenuInsertFiles="False" EnableContextMenuInsertForms="False" EnableContextMenuRelative="False" EnableContextMenuTags="False" EnableContextMenuVerbs="False" ShowCodeViewToolBar="False" ShowHtmlMode="False">            
                </CE:Editor>
    Are there any known issues with EditorWysiwygModeCss in IE11 edge mode?

    Also we have some issues with the CE tag. It says Unrecognized tag prefix or device filter CE. This is how we are using it -

    <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>.


    Thanks,
    Priyanka
View Complete Thread