C# Class Engage.Dnn.Publish.TextHtml.Settings

Inheritance: DotNetNuke.Entities.Modules.ModuleSettingsBase
Exibir arquivo Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
txtTemplate global::System.Web.UI.WebControls.TextBox

Public Methods

Method Description
LoadSettings ( ) : void
UpdateSettings ( ) : void

Protected Methods

Method Description
ItemDisplayOptionsLoad ( object sender, EventArgs e ) : void
OnInit ( EventArgs e ) : void

Private Methods

Method Description
SetOptions ( ) : void

Method Details

ItemDisplayOptionsLoad() protected method

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

LoadSettings() public method

public LoadSettings ( ) : void
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

UpdateSettings() public method

public UpdateSettings ( ) : void
return void

Property Details

txtTemplate protected_oe property

txtTemplate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtTemplate
return global::System.Web.UI.WebControls.TextBox