Re: How to add scrollbar to the cute editor

  •  05-21-2009, 9:45 PM

    Re: How to add scrollbar to the cute editor

    <CE:Editor ID="Editor1" runat="server" OnPostBackCommand="Editor1_PostBackCommand"
                    AutoConfigure="Full" ResizeMode="None" ShowCodeViewToolBar="False" Width="950px"
                    Height="700px" ShowPreviewMode="False" HyperlinkTarget="_blank" ShowEditMode="true"
                    EnableStripLinkTagsCodeInjection="False" ConvertHTMLTagstoLowercase="true"
                    EnableStripStyleTagsCodeInjection="False" EnableStripIframeTags="False" DisableAutoFormatting="True"
                    UsePhysicalFormattingTags="false" URLType="SiteRelative" EditCompleteDocument="true">
                </CE:Editor>
     

View Complete Thread