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

Mostra 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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