Custom toolbars in DotNetNuke

  •  11-09-2009, 3:54 AM

    Custom toolbars in DotNetNuke

    I am using Cute Editor in my DNN install, but as visitors arrive at certain pages I would like to customize the toolbar. I looked at http://cutesoft.net/developer+guide/index.html, but that gives no clue how to customize toolbars for DNN.
    Code to include in page:

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

    <dnn:texteditor id="txtObjective" runat="server" />

View Complete Thread