C# Class Engage.Dnn.Publish.CategoryControls.CategoryEdit

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

Protected Properties

Свойство Type Description
TitlePanel global::System.Web.UI.WebControls.Panel
Tr1 global::System.Web.UI.HtmlControls.HtmlTableRow
categoryEdit global::System.Web.UI.HtmlControls.HtmlGenericControl
chkForceDisplayTab global::System.Web.UI.WebControls.CheckBox
chkResetChildDisplayTabs global::System.Web.UI.WebControls.CheckBox
chkUseApprovals global::System.Web.UI.WebControls.CheckBox
clpExtended global::AjaxControlToolkit.CollapsiblePanelExtender
cmdCancel global::System.Web.UI.WebControls.LinkButton
cmdDelete global::System.Web.UI.WebControls.LinkButton
cmdUpdate global::System.Web.UI.WebControls.LinkButton
ddlChildDisplayTabId global::System.Web.UI.WebControls.DropDownList
ddlCommentForum global::System.Web.UI.WebControls.DropDownList
ddlDisplayTabId global::System.Web.UI.WebControls.DropDownList
imgCategoryEditExtendedHeader global::System.Web.UI.WebControls.Image
lblApproval global::DotNetNuke.UI.UserControls.LabelControl
lblCategoryEditExtendedHeader global::System.Web.UI.WebControls.Label
lblCategoryId global::DotNetNuke.UI.UserControls.LabelControl
lblChildDisplayTabId global::DotNetNuke.UI.UserControls.LabelControl
lblChooseRoles global::DotNetNuke.UI.UserControls.LabelControl
lblCommentForum global::DotNetNuke.UI.UserControls.LabelControl
lblDisplayOnCurrentPage global::DotNetNuke.UI.UserControls.LabelControl
lblFeaturedArticles global::DotNetNuke.UI.UserControls.LabelControl
lblForceDisplayTab global::DotNetNuke.UI.UserControls.LabelControl
lblNotUsingApprovals global::System.Web.UI.WebControls.Label
lblParentCategory global::DotNetNuke.UI.UserControls.LabelControl
lblPublishInstructions global::System.Web.UI.WebControls.Label
lblPublishOverrideable global::System.Web.UI.WebControls.Label
lblPublishOverrideableChild global::System.Web.UI.WebControls.Label
lblRssUrl global::DotNetNuke.UI.UserControls.LabelControl
lblSortOrder global::DotNetNuke.UI.UserControls.LabelControl
phApproval global::System.Web.UI.WebControls.PlaceHolder
phCategoryPermissions global::System.Web.UI.WebControls.PlaceHolder
phFeaturedArticles global::System.Web.UI.WebControls.PlaceHolder
phItemEdit global::System.Web.UI.WebControls.PlaceHolder
phParentCategory global::System.Web.UI.WebControls.PlaceHolder
pnlCategoryEditExtended global::System.Web.UI.WebControls.Panel
publishInstructions global::System.Web.UI.HtmlControls.HtmlGenericControl
rblDisplayOnCurrentPage global::System.Web.UI.WebControls.RadioButtonList
rowCommentForum global::System.Web.UI.HtmlControls.HtmlTableRow
shCategoryEdit global::DotNetNuke.UI.UserControls.SectionHeadControl
shPublishInstructions global::DotNetNuke.UI.UserControls.SectionHeadControl
trCategoryId global::System.Web.UI.HtmlControls.HtmlTableRow
trCategoryPermissions global::System.Web.UI.HtmlControls.HtmlTableRow
txtCategoryId global::System.Web.UI.WebControls.Label
txtMessage global::System.Web.UI.WebControls.TextBox
txtRssUrl global::System.Web.UI.WebControls.TextBox
txtSortOrder global::System.Web.UI.WebControls.TextBox
upPublishRelationshipsProgress global::System.Web.UI.UpdateProgress
upnlApproval global::System.Web.UI.UpdatePanel
upnlCategoryPermissions global::System.Web.UI.UpdatePanel
upnlDisplayLocationOptions global::System.Web.UI.UpdatePanel
upnlFeaturedArticles global::System.Web.UI.UpdatePanel
upnlForceDisplayTab global::System.Web.UI.UpdatePanel
upnlForceDisplayTabLabel global::System.Web.UI.UpdatePanel
upnlParentCategory global::System.Web.UI.UpdatePanel

Private Properties

Свойство Type Description
CmdCancelClick void
CmdUpdateClick void
LoadCategoryDisplayTabDropDown void
LoadChildDisplayTabDropDown void
LoadCommentForumsDropDown void
LoadControlType void
LoadSharedResources void
LocalizeCollapsePanels void
Page_Load void
SaveSettings void
ShowOnlyMessage void
chkForceDisplayTab_CheckedChanged void
chkUseApprovals_CheckedChanged void
cmdDelete_Click void
rblDisplayOnCurrentPage_SelectedIndexChanged void

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Private Methods

Méthode Description
CmdCancelClick ( object sender, EventArgs e ) : void
CmdUpdateClick ( object sender, EventArgs e ) : void
LoadCategoryDisplayTabDropDown ( ) : void
LoadChildDisplayTabDropDown ( ) : void
LoadCommentForumsDropDown ( ) : void
LoadControlType ( ) : void
LoadSharedResources ( ) : void
LocalizeCollapsePanels ( ) : void
Page_Load ( object sender, EventArgs e ) : void
SaveSettings ( ) : void
ShowOnlyMessage ( ) : void

Hides all controls except for the message box.

chkForceDisplayTab_CheckedChanged ( object sender, EventArgs e ) : void
chkUseApprovals_CheckedChanged ( object sender, EventArgs e ) : void
cmdDelete_Click ( object sender, EventArgs e ) : void
rblDisplayOnCurrentPage_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat 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
Résultat global::System.Web.UI.WebControls.Panel

Tr1 protected_oe property

Tr1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableRow Tr1
Résultat global::System.Web.UI.HtmlControls.HtmlTableRow

categoryEdit protected_oe property

categoryEdit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl categoryEdit
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl

chkForceDisplayTab protected_oe property

chkForceDisplayTab control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkForceDisplayTab
Résultat global::System.Web.UI.WebControls.CheckBox

chkResetChildDisplayTabs protected_oe property

chkResetChildDisplayTabs control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkResetChildDisplayTabs
Résultat global::System.Web.UI.WebControls.CheckBox

chkUseApprovals protected_oe property

chkUseApprovals control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkUseApprovals
Résultat global::System.Web.UI.WebControls.CheckBox

clpExtended protected_oe property

clpExtended control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.CollapsiblePanelExtender clpExtended
Résultat global::AjaxControlToolkit.CollapsiblePanelExtender

cmdCancel protected_oe property

cmdCancel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdCancel
Résultat global::System.Web.UI.WebControls.LinkButton

cmdDelete protected_oe property

cmdDelete control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdDelete
Résultat global::System.Web.UI.WebControls.LinkButton

cmdUpdate protected_oe property

cmdUpdate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdUpdate
Résultat global::System.Web.UI.WebControls.LinkButton

ddlChildDisplayTabId protected_oe property

ddlChildDisplayTabId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlChildDisplayTabId
Résultat global::System.Web.UI.WebControls.DropDownList

ddlCommentForum protected_oe property

ddlCommentForum control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlCommentForum
Résultat global::System.Web.UI.WebControls.DropDownList

ddlDisplayTabId protected_oe property

ddlDisplayTabId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlDisplayTabId
Résultat global::System.Web.UI.WebControls.DropDownList

imgCategoryEditExtendedHeader protected_oe property

imgCategoryEditExtendedHeader control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image imgCategoryEditExtendedHeader
Résultat global::System.Web.UI.WebControls.Image

lblApproval protected_oe property

lblApproval control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblApproval
Résultat global::DotNetNuke.UI.UserControls.LabelControl

lblCategoryEditExtendedHeader protected_oe property

lblCategoryEditExtendedHeader control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblCategoryEditExtendedHeader
Résultat global::System.Web.UI.WebControls.Label

lblCategoryId protected_oe property

lblCategoryId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblCategoryId
Résultat global::DotNetNuke.UI.UserControls.LabelControl

lblChildDisplayTabId protected_oe property

lblChildDisplayTabId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblChildDisplayTabId
Résultat global::DotNetNuke.UI.UserControls.LabelControl

lblChooseRoles protected_oe property

lblChooseRoles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblChooseRoles
Résultat global::DotNetNuke.UI.UserControls.LabelControl

lblCommentForum protected_oe property

lblCommentForum control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblCommentForum
Résultat global::DotNetNuke.UI.UserControls.LabelControl

lblDisplayOnCurrentPage protected_oe property

lblDisplayOnCurrentPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblDisplayOnCurrentPage
Résultat global::DotNetNuke.UI.UserControls.LabelControl

lblFeaturedArticles protected_oe property

lblFeaturedArticles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblFeaturedArticles
Résultat global::DotNetNuke.UI.UserControls.LabelControl

lblForceDisplayTab protected_oe property

lblForceDisplayTab control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblForceDisplayTab
Résultat global::DotNetNuke.UI.UserControls.LabelControl

lblNotUsingApprovals protected_oe property

lblNotUsingApprovals control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblNotUsingApprovals
Résultat global::System.Web.UI.WebControls.Label

lblParentCategory protected_oe property

lblParentCategory control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblParentCategory
Résultat global::DotNetNuke.UI.UserControls.LabelControl

lblPublishInstructions protected_oe property

lblPublishInstructions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblPublishInstructions
Résultat global::System.Web.UI.WebControls.Label

lblPublishOverrideable protected_oe property

lblPublishOverrideable control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblPublishOverrideable
Résultat global::System.Web.UI.WebControls.Label

lblPublishOverrideableChild protected_oe property

lblPublishOverrideableChild control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblPublishOverrideableChild
Résultat global::System.Web.UI.WebControls.Label

lblRssUrl protected_oe property

lblRssUrl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblRssUrl
Résultat global::DotNetNuke.UI.UserControls.LabelControl

lblSortOrder protected_oe property

lblSortOrder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblSortOrder
Résultat global::DotNetNuke.UI.UserControls.LabelControl

phApproval protected_oe property

phApproval control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phApproval
Résultat global::System.Web.UI.WebControls.PlaceHolder

phCategoryPermissions protected_oe property

phCategoryPermissions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phCategoryPermissions
Résultat global::System.Web.UI.WebControls.PlaceHolder

phFeaturedArticles protected_oe property

phFeaturedArticles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phFeaturedArticles
Résultat global::System.Web.UI.WebControls.PlaceHolder

phItemEdit protected_oe property

phItemEdit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phItemEdit
Résultat global::System.Web.UI.WebControls.PlaceHolder

phParentCategory protected_oe property

phParentCategory control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phParentCategory
Résultat global::System.Web.UI.WebControls.PlaceHolder

pnlCategoryEditExtended protected_oe property

pnlCategoryEditExtended control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlCategoryEditExtended
Résultat global::System.Web.UI.WebControls.Panel

publishInstructions protected_oe property

publishInstructions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl publishInstructions
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl

rblDisplayOnCurrentPage protected_oe property

rblDisplayOnCurrentPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RadioButtonList rblDisplayOnCurrentPage
Résultat global::System.Web.UI.WebControls.RadioButtonList

rowCommentForum protected_oe property

rowCommentForum control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableRow rowCommentForum
Résultat global::System.Web.UI.HtmlControls.HtmlTableRow

shCategoryEdit protected_oe property

shCategoryEdit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.SectionHeadControl shCategoryEdit
Résultat global::DotNetNuke.UI.UserControls.SectionHeadControl

shPublishInstructions protected_oe property

shPublishInstructions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.SectionHeadControl shPublishInstructions
Résultat global::DotNetNuke.UI.UserControls.SectionHeadControl

trCategoryId protected_oe property

trCategoryId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableRow trCategoryId
Résultat global::System.Web.UI.HtmlControls.HtmlTableRow

trCategoryPermissions protected_oe property

trCategoryPermissions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableRow trCategoryPermissions
Résultat global::System.Web.UI.HtmlControls.HtmlTableRow

txtCategoryId protected_oe property

txtCategoryId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label txtCategoryId
Résultat global::System.Web.UI.WebControls.Label

txtMessage protected_oe property

txtMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtMessage
Résultat global::System.Web.UI.WebControls.TextBox

txtRssUrl protected_oe property

txtRssUrl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtRssUrl
Résultat global::System.Web.UI.WebControls.TextBox

txtSortOrder protected_oe property

txtSortOrder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtSortOrder
Résultat global::System.Web.UI.WebControls.TextBox

upPublishRelationshipsProgress protected_oe property

upPublishRelationshipsProgress control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdateProgress upPublishRelationshipsProgress
Résultat global::System.Web.UI.UpdateProgress

upnlApproval protected_oe property

upnlApproval control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel upnlApproval
Résultat global::System.Web.UI.UpdatePanel

upnlCategoryPermissions protected_oe property

upnlCategoryPermissions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel upnlCategoryPermissions
Résultat global::System.Web.UI.UpdatePanel

upnlDisplayLocationOptions protected_oe property

upnlDisplayLocationOptions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel upnlDisplayLocationOptions
Résultat global::System.Web.UI.UpdatePanel

upnlFeaturedArticles protected_oe property

upnlFeaturedArticles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel upnlFeaturedArticles
Résultat global::System.Web.UI.UpdatePanel

upnlForceDisplayTab protected_oe property

upnlForceDisplayTab control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel upnlForceDisplayTab
Résultat global::System.Web.UI.UpdatePanel

upnlForceDisplayTabLabel protected_oe property

upnlForceDisplayTabLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel upnlForceDisplayTabLabel
Résultat global::System.Web.UI.UpdatePanel

upnlParentCategory protected_oe property

upnlParentCategory control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel upnlParentCategory
Résultat global::System.Web.UI.UpdatePanel