DotNetNuke Cute editor in Settings (ModuleSettingsBase)

  •  11-17-2005, 5:09 AM

    • joris is not online. Last active: 01-24-2006, 10:56 AM joris
    • Not Ranked
    • Joined on 09-23-2004
    • Rotterdam - Netherlands
    • Posts 3

    DotNetNuke Cute editor in Settings (ModuleSettingsBase)

     
    I`ve created my own test module (containing a view, edit & settings usercontrol) to eliminate some possibilities.

    The result was the same, as I described in the previous post.

    In the settings.ascx.cs, I added no code behind, just inherited "ModuleSettingsBase".

    On the settings.ascx page, I only added the editor, like so:
       <%@ Control language="c#" Inherits="Mvsd.DNN.Modules.MVSDMODULE.Settings" CodeBehind="settings.ascx.cs" AutoEventWireup="false" %>
       <%@ Register TagPrefix="dnn" TagName="TextEditor" Src="~/controls/TextEditor.ascx"%>
       <dnn:texteditor id="teDescription" runat="server" width="450" height="200"></dnn:texteditor>

     
     
View Complete Thread