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

Inheritance: ModuleBase
Mostra file Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
btnSubmit global::System.Web.UI.WebControls.LinkButton
divPublishNotifications global::System.Web.UI.HtmlControls.HtmlGenericControl
epApprovals global::Engage.Dnn.Publish.Controls.ItemApproval
lblApproval global::System.Web.UI.WebControls.Label
lblPublishMessages global::System.Web.UI.WebControls.Label
publishTextHTMLEntry global::System.Web.UI.HtmlControls.HtmlGenericControl
teArticleText global::DotNetNuke.UI.UserControls.TextEditor

Protected Methods

Method Description
LoadArticle ( ) : void
LocalizeText ( ) : void
OnInit ( EventArgs e ) : void
btnSubmit_Click ( object sender, EventArgs e ) : void

Private Methods

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

Method Details

LoadArticle() protected method

protected LoadArticle ( ) : void
return void

LocalizeText() protected method

protected LocalizeText ( ) : void
return void

OnInit() protected method

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

btnSubmit_Click() protected method

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

Property Details

btnSubmit protected_oe property

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

divPublishNotifications protected_oe property

divPublishNotifications control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divPublishNotifications
return global::System.Web.UI.HtmlControls.HtmlGenericControl

epApprovals protected_oe property

epApprovals control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Engage.Dnn.Publish.Controls.ItemApproval epApprovals
return global::Engage.Dnn.Publish.Controls.ItemApproval

lblApproval protected_oe property

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

lblPublishMessages protected_oe property

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

publishTextHTMLEntry protected_oe property

publishTextHTMLEntry control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl publishTextHTMLEntry
return global::System.Web.UI.HtmlControls.HtmlGenericControl

teArticleText protected_oe property

teArticleText control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.TextEditor teArticleText
return global::DotNetNuke.UI.UserControls.TextEditor