Re: Toolbar Error in Custom Module on DNN4

  •  03-23-2006, 10:39 PM

    Re: Toolbar Error in Custom Module on DNN4

    Adam,
    I just sent you an updated PA.  It contains the following:
     
    View.ascx
    View.ascx.vb
    Edit.ascx
    Edit.ascx.vb
    Settings.acsx
    Settings.acsx.vb
     
    Each control has the DNN texteditor registration and control as follows:

    <%@ Register TagPrefix="dnn" TagName="TextEditor" Src="~/controls/TextEditor.ascx"%>

    <%@ Control language="vb" Inherits="MyCompany.Modules.CE_Test.ViewCE_Test" CodeFile="ViewCE_Test.ascx.vb" AutoEventWireup="false" Explicit="True" %>

    <dnn:texteditor id="ceView" runat="server" height="400" width="100%"></dnn:texteditor>
     
    What I figured out is that the strange tool bar only appears when it's called as a Setting control.  Both the View and the Edit work fine...it's only the Setting control that gets screwy.
     
    I can work around this now by just creating an Edit control for me module, but it would be nice to include CE in the Setting control in the future.
     
    Thanks for the great support!  I hope this information and the PA I sent help. 
     
View Complete Thread