Hello all,
I am using FCKEditor in my ASP.Net application that uses VB.Net. while the editor works fine, it is restricted to a textlength of 300 characters. how can i control this limit.
To explain the problem in an other way, How can i set the 'Maxlength' property of the FCKEditorV2 to 5000.
Thanks a lot,
<FCKEDITORV2:FCKEDITOR id="txtEditor" runat="server" Width="100%" ToolbarSet="MyToolbar" BasePath="~/FCKeditor/" Height="250px"></FCKEDITORV2:FCKEDITOR>
I am using FCKEditor in my ASP.Net application that uses VB.Net. while the editor works fine, it is restricted to a textlength of 300 characters. how can i control this limit.
To explain the problem in an other way, How can i set the 'Maxlength' property of the FCKEditorV2 to 5000.
Thanks a lot,
<FCKEDITORV2:FCKEDITOR id="txtEditor" runat="server" Width="100%" ToolbarSet="MyToolbar" BasePath="~/FCKeditor/" Height="250px"></FCKEDITORV2:FCKEDITOR>