Re: EnableStripStyleTagsCodeInjection="false" does not work in templates

  •  03-24-2010, 9:18 PM

    Re: EnableStripStyleTagsCodeInjection="false" does not work in templates

    Hi Mika,
     
    Open file "CuteSoft_Client\CuteEditor\Dialogs\outereditorfull.aspx"
     
    Find section below
     
      <CE:Editor  ID="OuterEditor" AutoConfigure="Full"
                ShowDecreaseButton="false" ShowEnlargeButton="false" UseStandardDialog="true"
                runat="server" DisableItemList="print,DocumentPropertyPage,ToFullPage,FromFullPage,CssStyle,InsertTemplate">
            </CE:Editor>
     
    Add EnableStripStyleTagsCodeInjection="false" in this editro
     
    Regrds,
     
    ken
View Complete Thread