Re: Toolbars missing when deploying to server

  •  03-30-2010, 10:18 AM

    Re: Toolbars missing when deploying to server

    Same problem.  Here's the markup
     

    <CE:Editor ID="Editor1" runat="server" AllowPasteHtml="true" OnPostBackCommand="Editor1_PostBackCommand"

    OnTextChanged="Editor1_TextChanged" Height="800px" Width="1000px" EditCompleteDocument="True"

    EnableStripStyleTagsCodeInjection="False"

    UsePhysicalFormattingTags="True" AllowEditServerSideCode="True" SecurityPolicyFile="admin.config" UseHttpHandlerCacheImages="False" UseStandardDialog="True" AutoConfigure="Full">

    </CE:Editor>

     
View Complete Thread