DotNetNuke Cute editor in Settings (ModuleSettingsBase)

Last post 11-17-2005, 5:12 AM by joris. 1 replies.
Sort Posts: Previous Next
  •  11-17-2005, 5:09 AM 12768

    • 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>

     
     
  •  11-17-2005, 5:12 AM 12769 in reply to 12768

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

    Re: DotNetNuke Cute editor in Settings (ModuleSettingsBase)

     
    Oops, I wanted to reply to this message:
     
     
     
View as RSS news feed in XML