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

Inheritance: ModuleBase
Afficher le fichier Open project: EngageSoftware/Engage-Publish

Protected Properties

Свойство 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

Méthodes protégées

Méthode Description
LoadArticle ( ) : void
LocalizeText ( ) : void
OnInit ( EventArgs e ) : void
btnSubmit_Click ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

LoadArticle() protected méthode

protected LoadArticle ( ) : void
Résultat void

LocalizeText() protected méthode

protected LocalizeText ( ) : void
Résultat void

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

btnSubmit_Click() protected méthode

protected btnSubmit_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::DotNetNuke.UI.UserControls.TextEditor