C# 클래스 Engage.Dnn.Publish.Controls.ItemEdit

상속: ModuleBase, IActionable
파일 보기 프로젝트 열기: EngageSoftware/Engage-Publish 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
TitlePanel global::System.Web.UI.WebControls.Panel
UpdatePanel1 global::System.Web.UI.UpdatePanel
btnChangeDescriptionEditorMode global::System.Web.UI.WebControls.LinkButton
calendarEnd global::AjaxControlToolkit.CalendarExtender
calendarStart global::AjaxControlToolkit.CalendarExtender
chkDisplayAsHyperlink global::System.Web.UI.WebControls.CheckBox
chkNewWindow global::System.Web.UI.WebControls.CheckBox
chkSearchEngine global::System.Web.UI.WebControls.CheckBox
chkUrlSelection global::System.Web.UI.WebControls.CheckBox
clpAdvanced global::AjaxControlToolkit.CollapsiblePanelExtender
ctlUrlSelection global::DotNetNuke.UI.UserControls.UrlControl
ddlAuthor global::System.Web.UI.WebControls.DropDownList
imgEndCalendarIcon global::System.Web.UI.WebControls.Image
imgItemEditAdvancedHeader global::System.Web.UI.WebControls.Image
imgStartCalendarIcon global::System.Web.UI.WebControls.Image
lblAuthor global::DotNetNuke.UI.UserControls.LabelControl
lblAuthorName global::DotNetNuke.UI.UserControls.LabelControl
lblChooseUrl global::DotNetNuke.UI.UserControls.LabelControl
lblDescription global::DotNetNuke.UI.UserControls.LabelControl
lblDisplayAsHyperlink global::DotNetNuke.UI.UserControls.LabelControl
lblEndDate global::DotNetNuke.UI.UserControls.LabelControl
lblItemEditAdvancedHeader global::System.Web.UI.WebControls.Label
lblMetaDescription global::DotNetNuke.UI.UserControls.LabelControl
lblMetaKeywords global::DotNetNuke.UI.UserControls.LabelControl
lblMetaTitle global::DotNetNuke.UI.UserControls.LabelControl
lblName global::DotNetNuke.UI.UserControls.LabelControl
lblPostingDates global::DotNetNuke.UI.UserControls.LabelControl
lblSearchEngine global::DotNetNuke.UI.UserControls.LabelControl
lblStartDate global::DotNetNuke.UI.UserControls.LabelControl
lblUploadFile global::DotNetNuke.UI.UserControls.LabelControl
pnlItemEditAdvanced global::System.Web.UI.WebControls.Panel
pnlSearchEngine global::System.Web.UI.WebControls.Panel
pnlUrlSelection global::System.Web.UI.WebControls.Panel
teDescription global::DotNetNuke.UI.UserControls.TextEditor
thumbnailSelector global::Engage.Dnn.Publish.Controls.ThumbnailSelector
txtAuthorName global::System.Web.UI.WebControls.TextBox
txtDescription global::System.Web.UI.WebControls.TextBox
txtEndDate global::System.Web.UI.WebControls.TextBox
txtMetaDescription global::System.Web.UI.WebControls.TextBox
txtMetaKeywords global::System.Web.UI.WebControls.TextBox
txtMetaTitle global::System.Web.UI.WebControls.TextBox
txtName global::System.Web.UI.WebControls.TextBox
txtStartDate global::System.Web.UI.WebControls.TextBox
upnlSearchEngine global::System.Web.UI.UpdatePanel

보호된 메소드들

메소드 설명
ChangeParentPage ( ) : void
OnInit ( EventArgs e ) : void
chkUrlSelection_CheckedChanged ( object sender, EventArgs e ) : void
ddlAuthor_SelectedIndexChanged ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
LoadAuthorsList ( ) : void
LocalizeCollapsePanels ( ) : void
Page_Load ( object sender, EventArgs e ) : void
btnChangeDescriptionEditorMode_Click ( object sender, EventArgs e ) : void
chkSearchEngine_CheckedChanged ( object sender, EventArgs e ) : void

메소드 상세

ChangeParentPage() 보호된 메소드

protected ChangeParentPage ( ) : void
리턴 void

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

chkUrlSelection_CheckedChanged() 보호된 메소드

protected chkUrlSelection_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

ddlAuthor_SelectedIndexChanged() 보호된 메소드

protected ddlAuthor_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

TitlePanel 보호되어 있는 프로퍼티

TitlePanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel TitlePanel
리턴 global::System.Web.UI.WebControls.Panel

UpdatePanel1 보호되어 있는 프로퍼티

UpdatePanel1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel UpdatePanel1
리턴 global::System.Web.UI.UpdatePanel

btnChangeDescriptionEditorMode 보호되어 있는 프로퍼티

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

calendarEnd 보호되어 있는 프로퍼티

calendarEnd control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.CalendarExtender calendarEnd
리턴 global::AjaxControlToolkit.CalendarExtender

calendarStart 보호되어 있는 프로퍼티

calendarStart control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.CalendarExtender calendarStart
리턴 global::AjaxControlToolkit.CalendarExtender

chkDisplayAsHyperlink 보호되어 있는 프로퍼티

chkDisplayAsHyperlink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkDisplayAsHyperlink
리턴 global::System.Web.UI.WebControls.CheckBox

chkNewWindow 보호되어 있는 프로퍼티

chkNewWindow control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkNewWindow
리턴 global::System.Web.UI.WebControls.CheckBox

chkSearchEngine 보호되어 있는 프로퍼티

chkSearchEngine control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkSearchEngine
리턴 global::System.Web.UI.WebControls.CheckBox

chkUrlSelection 보호되어 있는 프로퍼티

chkUrlSelection control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkUrlSelection
리턴 global::System.Web.UI.WebControls.CheckBox

clpAdvanced 보호되어 있는 프로퍼티

clpAdvanced control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.CollapsiblePanelExtender clpAdvanced
리턴 global::AjaxControlToolkit.CollapsiblePanelExtender

ctlUrlSelection 보호되어 있는 프로퍼티

ctlUrlSelection control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.UrlControl ctlUrlSelection
리턴 global::DotNetNuke.UI.UserControls.UrlControl

ddlAuthor 보호되어 있는 프로퍼티

ddlAuthor control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlAuthor
리턴 global::System.Web.UI.WebControls.DropDownList

imgEndCalendarIcon 보호되어 있는 프로퍼티

imgEndCalendarIcon control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image imgEndCalendarIcon
리턴 global::System.Web.UI.WebControls.Image

imgItemEditAdvancedHeader 보호되어 있는 프로퍼티

imgItemEditAdvancedHeader control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image imgItemEditAdvancedHeader
리턴 global::System.Web.UI.WebControls.Image

imgStartCalendarIcon 보호되어 있는 프로퍼티

imgStartCalendarIcon control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image imgStartCalendarIcon
리턴 global::System.Web.UI.WebControls.Image

lblAuthor 보호되어 있는 프로퍼티

lblAuthor control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblAuthor
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblAuthorName 보호되어 있는 프로퍼티

lblAuthorName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblAuthorName
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblChooseUrl 보호되어 있는 프로퍼티

lblChooseUrl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblChooseUrl
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblDescription 보호되어 있는 프로퍼티

lblDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblDescription
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblDisplayAsHyperlink 보호되어 있는 프로퍼티

lblDisplayAsHyperlink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblDisplayAsHyperlink
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblEndDate 보호되어 있는 프로퍼티

lblEndDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblEndDate
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblItemEditAdvancedHeader 보호되어 있는 프로퍼티

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

lblMetaDescription 보호되어 있는 프로퍼티

lblMetaDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblMetaDescription
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblMetaKeywords 보호되어 있는 프로퍼티

lblMetaKeywords control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblMetaKeywords
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblMetaTitle 보호되어 있는 프로퍼티

lblMetaTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblMetaTitle
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblName 보호되어 있는 프로퍼티

lblName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblName
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblPostingDates 보호되어 있는 프로퍼티

lblPostingDates control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblPostingDates
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblSearchEngine 보호되어 있는 프로퍼티

lblSearchEngine control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblSearchEngine
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblStartDate 보호되어 있는 프로퍼티

lblStartDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblStartDate
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblUploadFile 보호되어 있는 프로퍼티

lblUploadFile control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblUploadFile
리턴 global::DotNetNuke.UI.UserControls.LabelControl

pnlItemEditAdvanced 보호되어 있는 프로퍼티

pnlItemEditAdvanced control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlItemEditAdvanced
리턴 global::System.Web.UI.WebControls.Panel

pnlSearchEngine 보호되어 있는 프로퍼티

pnlSearchEngine control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlSearchEngine
리턴 global::System.Web.UI.WebControls.Panel

pnlUrlSelection 보호되어 있는 프로퍼티

pnlUrlSelection control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlUrlSelection
리턴 global::System.Web.UI.WebControls.Panel

teDescription 보호되어 있는 프로퍼티

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

thumbnailSelector 보호되어 있는 프로퍼티

thumbnailSelector control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Engage.Dnn.Publish.Controls.ThumbnailSelector thumbnailSelector
리턴 global::Engage.Dnn.Publish.Controls.ThumbnailSelector

txtAuthorName 보호되어 있는 프로퍼티

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

txtDescription 보호되어 있는 프로퍼티

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

txtEndDate 보호되어 있는 프로퍼티

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

txtMetaDescription 보호되어 있는 프로퍼티

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

txtMetaKeywords 보호되어 있는 프로퍼티

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

txtMetaTitle 보호되어 있는 프로퍼티

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

txtName 보호되어 있는 프로퍼티

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

txtStartDate 보호되어 있는 프로퍼티

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

upnlSearchEngine 보호되어 있는 프로퍼티

upnlSearchEngine control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel upnlSearchEngine
리턴 global::System.Web.UI.UpdatePanel