C# Class Engage.Dnn.Publish.ItemDisplayOptions

The main settings for Engage: Publish, loads the settings controls for the chosen display type
Inheritance: DotNetNuke.Entities.Modules.ModuleSettingsBase
Show file Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
btnConfigure global::System.Web.UI.WebControls.LinkButton
chkAllowTitleUpdate global::System.Web.UI.WebControls.CheckBox
chkEnableWLWSupport global::System.Web.UI.WebControls.CheckBox
chkLogBreadcrumb global::System.Web.UI.WebControls.CheckBox
chkOverrideable global::System.Web.UI.WebControls.CheckBox
ddlChooseDisplayType global::System.Web.UI.WebControls.DropDownList
divArticleDisplay global::System.Web.UI.HtmlControls.HtmlGenericControl
divCategoryDisplay global::System.Web.UI.HtmlControls.HtmlGenericControl
dvAdvanced global::System.Web.UI.HtmlControls.HtmlGenericControl
dvBasic global::System.Web.UI.HtmlControls.HtmlGenericControl
lblCacheTime global::DotNetNuke.UI.UserControls.LabelControl
phControls global::System.Web.UI.WebControls.PlaceHolder
pnlConfigureOverrideable global::System.Web.UI.WebControls.Panel
shArticleDisplay global::DotNetNuke.UI.UserControls.SectionHeadControl
shCategoryDisplay global::DotNetNuke.UI.UserControls.SectionHeadControl
txtCacheTime global::System.Web.UI.WebControls.TextBox

Public Methods

Method Description
LoadSettings ( ) : void
UpdateSettings ( ) : void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

Private Methods

Method Description
BtnConfigureClick ( object sender, EventArgs e ) : void
CreateSettingsControl ( string controlName ) : DotNetNuke.Entities.Modules.ModuleSettingsBase
DdlChooseDisplayTypeSelectedIndexChanged ( object sender, EventArgs e ) : void
DisplaySettingsControl ( ) : void
LoadSettingsControl ( string controlName ) : void
Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

SetOptions ( ) : void
SupportsOverride ( string selectedDisplayType ) : bool

Gets a value indicating whether the given display type supports QueryString overriding.

Method Details

LoadSettings() public method

public LoadSettings ( ) : void
return void

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

UpdateSettings() public method

public UpdateSettings ( ) : void
return void

Property Details

btnConfigure protected property

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

chkAllowTitleUpdate protected property

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

chkEnableWLWSupport protected property

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

chkLogBreadcrumb protected property

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

chkOverrideable protected property

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

ddlChooseDisplayType protected property

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

divArticleDisplay protected property

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

divCategoryDisplay protected property

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

dvAdvanced protected property

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

dvBasic protected property

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

lblCacheTime protected property

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

phControls protected property

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

pnlConfigureOverrideable protected property

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

shArticleDisplay protected property

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

shCategoryDisplay protected property

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

txtCacheTime protected property

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