C# Class DotNetNuke.Modules.UserDefinedTable.DataTypes.EditTextHtml

Edit & Validation Control for DataType "TextHtml"
Inheritance: EditControl
Mostra file Open project: DNNCommunity/DNN.FormAndList

Protected Properties

Property Type Description
DefValue string
RichTextEditor DotNetNuke.Modules.HTMLEditorProvider.HtmlEditorProvider
TxtBox System.Web.UI.WebControls.TextBox

Public Methods

Method Description
EditTextHtml ( ) : System

Protected Methods

Method Description
Page_Init ( object sender, EventArgs e ) : void

Method Details

EditTextHtml() public method

public EditTextHtml ( ) : System
return System

Page_Init() protected method

protected Page_Init ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

DefValue protected_oe property

protected string DefValue
return string

RichTextEditor protected_oe property

protected HtmlEditorProvider,DotNetNuke.Modules.HTMLEditorProvider RichTextEditor
return DotNetNuke.Modules.HTMLEditorProvider.HtmlEditorProvider

TxtBox protected_oe property

protected TextBox,System.Web.UI.WebControls TxtBox
return System.Web.UI.WebControls.TextBox