Problem when using Cute Editor in DNN Settings.ascx

  •  09-20-2005, 9:27 AM

    Problem when using Cute Editor in DNN Settings.ascx

    I'm creating a custom module, and in Settings.ascx, I have the following line:
     
    <dnn:texteditor id="teBox" runat="server" width="100%" ControlID="teBox"></dnn:texteditor>

    Setting the HTML provider in Web.config to the Free Text Box works fine, but when it's set to the Cute editor, and I go to the module settings page, I get this:

     
    The toolbars are all out of wack, and nothing is selectable.
     
View Complete Thread