C# Class Engage.Dnn.Publish.Controls.ItemEdit

Inheritance: ModuleBase, IActionable
显示文件 Open project: EngageSoftware/Engage-Publish Class Usage Examples

Protected Properties

Property Type Description
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

Protected Methods

Method Description
ChangeParentPage ( ) : void
OnInit ( EventArgs e ) : void
chkUrlSelection_CheckedChanged ( object sender, EventArgs e ) : void
ddlAuthor_SelectedIndexChanged ( object sender, EventArgs e ) : void

Private Methods

Method Description
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

Method Details

ChangeParentPage() protected method

protected ChangeParentPage ( ) : void
return void

OnInit() protected method

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

chkUrlSelection_CheckedChanged() protected method

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

ddlAuthor_SelectedIndexChanged() protected method

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

Property Details

TitlePanel protected_oe property

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
return global::System.Web.UI.WebControls.Panel

UpdatePanel1 protected_oe property

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

btnChangeDescriptionEditorMode protected_oe property

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
return global::System.Web.UI.WebControls.LinkButton

calendarEnd protected_oe property

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

calendarStart protected_oe property

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

chkDisplayAsHyperlink protected_oe property

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
return global::System.Web.UI.WebControls.CheckBox

chkNewWindow protected_oe property

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
return global::System.Web.UI.WebControls.CheckBox

chkSearchEngine protected_oe property

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
return global::System.Web.UI.WebControls.CheckBox

chkUrlSelection protected_oe property

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
return global::System.Web.UI.WebControls.CheckBox

clpAdvanced protected_oe property

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

ctlUrlSelection protected_oe property

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

ddlAuthor protected_oe property

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
return global::System.Web.UI.WebControls.DropDownList

imgEndCalendarIcon protected_oe property

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
return global::System.Web.UI.WebControls.Image

imgItemEditAdvancedHeader protected_oe property

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
return global::System.Web.UI.WebControls.Image

imgStartCalendarIcon protected_oe property

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
return global::System.Web.UI.WebControls.Image

lblAuthor protected_oe property

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

lblAuthorName protected_oe property

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

lblChooseUrl protected_oe property

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

lblDescription protected_oe property

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

lblDisplayAsHyperlink protected_oe property

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

lblEndDate protected_oe property

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

lblItemEditAdvancedHeader protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblMetaDescription protected_oe property

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

lblMetaKeywords protected_oe property

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

lblMetaTitle protected_oe property

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

lblName protected_oe property

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

lblPostingDates protected_oe property

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

lblSearchEngine protected_oe property

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

lblStartDate protected_oe property

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

lblUploadFile protected_oe property

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

pnlItemEditAdvanced protected_oe property

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
return global::System.Web.UI.WebControls.Panel

pnlSearchEngine protected_oe property

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
return global::System.Web.UI.WebControls.Panel

pnlUrlSelection protected_oe property

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
return global::System.Web.UI.WebControls.Panel

teDescription protected_oe property

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

thumbnailSelector protected_oe property

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
return global::Engage.Dnn.Publish.Controls.ThumbnailSelector

txtAuthorName protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtDescription protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtEndDate protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtMetaDescription protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtMetaKeywords protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtMetaTitle protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtName protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtStartDate protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

upnlSearchEngine protected_oe property

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