C# 클래스 Engage.Dnn.Publish.TextHtml.Edit

상속: ModuleBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-Publish

보호된 프로퍼티들

프로퍼티 타입 설명
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