Re: How to change or retain mode on page PostBack?

  •  05-09-2005, 1:14 PM

    Re: How to change or retain mode on page PostBack?

    when i uses the following code in .aspx --

    <CE:Editor id="Editor1" ConfigurationPath="CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Toolbar.config"
              AutoConfigure="None" ActiveTab="Edit" EitorWysiwygModeCss="styles/example.css" 
                EditCompleteDocument="true" AllowPasteHtml="false" runat="server"></CE:Editor>
     
    what now is happening is that when page  is posted back , cute soft editor shows up in NORMAL Mode
    just for a second , but again it changes back to HTML Mode ....
     
    what i want is that if i had changed the mode of editor to HTML Mode , then if the page is posted back then i should
    be able to see the editor in Normal Mode ...
     
    Thanks
View Complete Thread