C# Class Engage.Dnn.Publish.ArticleControls.ArticleDisplayOptions

Show file Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
ArticleSelectorControl global::Engage.Dnn.Publish.Controls.ArticleSelector
chkCommentDisplay global::System.Web.UI.WebControls.CheckBox
chkCommentSubmit global::System.Web.UI.WebControls.CheckBox
chkDisplayPhotoGallery global::System.Web.UI.WebControls.CheckBox
chkEmailAddressCollect global::System.Web.UI.WebControls.CheckBox
chkUrlCollect global::System.Web.UI.WebControls.CheckBox
cvPhotoGalleryHoverThumbnailHeight global::System.Web.UI.WebControls.CompareValidator
cvPhotoGalleryHoverThumbnailWidth global::System.Web.UI.WebControls.CompareValidator
cvPhotoGalleryThumbnailHeight global::System.Web.UI.WebControls.CompareValidator
cvPhotoGalleryThumbnailWidth global::System.Web.UI.WebControls.CompareValidator
ddlDisplayComments global::System.Web.UI.WebControls.DropDownList
ddlDisplayRatings global::System.Web.UI.WebControls.DropDownList
ddlFirstNameCollect global::System.Web.UI.WebControls.DropDownList
ddlLastNameCollect global::System.Web.UI.WebControls.DropDownList
lblCommentDisplay global::DotNetNuke.UI.UserControls.LabelControl
lblCommentSubmit global::DotNetNuke.UI.UserControls.LabelControl
lblDisplayComments global::DotNetNuke.UI.UserControls.LabelControl
lblDisplayPhotoGallery global::DotNetNuke.UI.UserControls.LabelControl
lblDisplayRatings global::DotNetNuke.UI.UserControls.LabelControl
lblEmailAddressCollect global::DotNetNuke.UI.UserControls.LabelControl
lblEnableComments global::System.Web.UI.WebControls.Label
lblEnablePhotoGallery global::System.Web.UI.WebControls.Label
lblEnableRatings global::System.Web.UI.WebControls.Label
lblFirstNameCollect global::DotNetNuke.UI.UserControls.LabelControl
lblLastNameCollect global::DotNetNuke.UI.UserControls.LabelControl
lblLastUpdatedFormat global::DotNetNuke.UI.UserControls.LabelControl
lblPhotoGalleryHoverThumbnailHeight global::DotNetNuke.UI.UserControls.LabelControl
lblPhotoGalleryHoverThumbnailWidth global::DotNetNuke.UI.UserControls.LabelControl
lblPhotoGalleryMaxCount global::DotNetNuke.UI.UserControls.LabelControl
lblPhotoGalleryThumbnailHeight global::DotNetNuke.UI.UserControls.LabelControl
lblPhotoGalleryThumbnailWidth global::DotNetNuke.UI.UserControls.LabelControl
lblUrlCollect global::DotNetNuke.UI.UserControls.LabelControl
pnlCommentSettings global::System.Web.UI.WebControls.Panel
pnlPhotoGallerySettings global::System.Web.UI.WebControls.Panel
pnlRatingsSettings global::System.Web.UI.WebControls.Panel
txtLastUpdatedFormat global::System.Web.UI.WebControls.TextBox
txtPhotoGalleryHoverThumbnailHeight global::System.Web.UI.WebControls.TextBox
txtPhotoGalleryHoverThumbnailWidth global::System.Web.UI.WebControls.TextBox
txtPhotoGalleryMaxCount global::System.Web.UI.WebControls.TextBox
txtPhotoGalleryThumbnailHeight global::System.Web.UI.WebControls.TextBox
txtPhotoGalleryThumbnailWidth global::System.Web.UI.WebControls.TextBox

Private Properties

Property Type Description
FillDropDowns void
SetCommentOptionsVisibility void
SetInitialValues void
SetPhotoGalleryOptionsVisibility void
SetRatingsOptionsVisibility void

Public Methods

Method Description
LoadSettings ( ) : void

Loads the settings for this module instance.

UpdateSettings ( ) : void

Updates the settings for this module instance.

Private Methods

Method Description
FillDropDowns ( ) : void

Fills the drop downs on this control with their possible values.

SetCommentOptionsVisibility ( bool commentsEnabled ) : void

Sets the visibility of the comment options, showing a message if the settings are not available.

SetInitialValues ( ) : void

Sets the values on this form based on the settings stored for this module instance

SetPhotoGalleryOptionsVisibility ( bool photoGallerySettingEnabled ) : void

Sets the visibility of the photo gallery options, showing a message if the settings are not available.

SetRatingsOptionsVisibility ( bool ratingsEnabled ) : void

Sets the visibility of the ratings options, showing a message if the settings are not available.

Method Details

LoadSettings() public method

Loads the settings for this module instance.
public LoadSettings ( ) : void
return void

UpdateSettings() public method

Updates the settings for this module instance.
public UpdateSettings ( ) : void
return void

Property Details

ArticleSelectorControl protected property

ArticleSelectorControl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Engage.Dnn.Publish.Controls.ArticleSelector ArticleSelectorControl
return global::Engage.Dnn.Publish.Controls.ArticleSelector

chkCommentDisplay protected property

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

chkCommentSubmit protected property

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

chkDisplayPhotoGallery protected property

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

chkEmailAddressCollect protected property

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

chkUrlCollect protected property

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

cvPhotoGalleryHoverThumbnailHeight protected property

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

cvPhotoGalleryHoverThumbnailWidth protected property

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

cvPhotoGalleryThumbnailHeight protected property

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

cvPhotoGalleryThumbnailWidth protected property

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

ddlDisplayComments protected property

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

ddlDisplayRatings protected property

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

ddlFirstNameCollect protected property

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

ddlLastNameCollect protected property

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

lblCommentDisplay protected property

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

lblCommentSubmit protected property

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

lblDisplayComments protected property

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

lblDisplayPhotoGallery protected property

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

lblDisplayRatings protected property

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

lblEmailAddressCollect protected property

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

lblEnableComments protected property

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

lblEnablePhotoGallery protected property

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

lblEnableRatings protected property

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

lblFirstNameCollect protected property

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

lblLastNameCollect protected property

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

lblLastUpdatedFormat protected property

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

lblPhotoGalleryHoverThumbnailHeight protected property

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

lblPhotoGalleryHoverThumbnailWidth protected property

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

lblPhotoGalleryMaxCount protected property

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

lblPhotoGalleryThumbnailHeight protected property

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

lblPhotoGalleryThumbnailWidth protected property

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

lblUrlCollect protected property

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

pnlCommentSettings protected property

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

pnlPhotoGallerySettings protected property

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

pnlRatingsSettings protected property

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

txtLastUpdatedFormat protected property

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

txtPhotoGalleryHoverThumbnailHeight protected property

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

txtPhotoGalleryHoverThumbnailWidth protected property

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

txtPhotoGalleryMaxCount protected property

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

txtPhotoGalleryThumbnailHeight protected property

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

txtPhotoGalleryThumbnailWidth protected property

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