C# Класс Engage.Dnn.Publish.TextHtml.Edit

Наследование: ModuleBase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Защищенные методы

Метод Описание
LoadArticle ( ) : void
LocalizeText ( ) : void
OnInit ( EventArgs e ) : void
btnSubmit_Click ( object sender, EventArgs e ) : void

Приватные методы

Метод Описание
Page_Load ( object sender, EventArgs e ) : void

Описание методов

LoadArticle() защищенный Метод

protected LoadArticle ( ) : void
Результат void

LocalizeText() защищенный Метод

protected LocalizeText ( ) : void
Результат void

OnInit() защищенный Метод

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

btnSubmit_Click() защищенный Метод

protected btnSubmit_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Описание свойств

btnSubmit защищенное свойство

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
Результат global::System.Web.UI.WebControls.LinkButton

divPublishNotifications защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlGenericControl

epApprovals защищенное свойство

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
Результат global::Engage.Dnn.Publish.Controls.ItemApproval

lblApproval защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblPublishMessages защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

publishTextHTMLEntry защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlGenericControl

teArticleText защищенное свойство

teArticleText control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.TextEditor teArticleText
Результат global::DotNetNuke.UI.UserControls.TextEditor