C# Class Dnn.Modules.Vendors.BannerOptions

Inheritance: DotNetNuke.Entities.Modules.PortalModuleBase
Show file Open project: DNNCommunity/DNN.Vendors

Protected Properties

Property Type Description
DNNTxtBannerGroup global::DotNetNuke.UI.WebControls.DNNTextSuggest
cboType global::System.Web.UI.WebControls.DropDownList
cmdCancel global::System.Web.UI.WebControls.LinkButton
cmdUpdate global::System.Web.UI.WebControls.LinkButton
optOrientation global::System.Web.UI.WebControls.RadioButtonList
optSource global::System.Web.UI.WebControls.RadioButtonList
plBannerClickThroughURL global::System.Web.UI.UserControl
plBorder global::System.Web.UI.UserControl
plBorderColor global::System.Web.UI.UserControl
plColWidth global::System.Web.UI.UserControl
plCount global::System.Web.UI.UserControl
plGroup global::System.Web.UI.UserControl
plOrientation global::System.Web.UI.UserControl
plPadding global::System.Web.UI.UserControl
plRowHeight global::System.Web.UI.UserControl
plSource global::System.Web.UI.UserControl
plType global::System.Web.UI.UserControl
txtBannerClickThroughURL global::System.Web.UI.WebControls.TextBox
txtBorder global::System.Web.UI.WebControls.TextBox
txtBorderColor global::System.Web.UI.WebControls.TextBox
txtColWidth global::System.Web.UI.WebControls.TextBox
txtCount global::System.Web.UI.WebControls.TextBox
txtPadding global::System.Web.UI.WebControls.TextBox
txtRowHeight global::System.Web.UI.WebControls.TextBox
valBannerClickThroughURL global::System.Web.UI.WebControls.RegularExpressionValidator
valBorder global::System.Web.UI.WebControls.RegularExpressionValidator
valColWidth global::System.Web.UI.WebControls.RegularExpressionValidator
valCount global::System.Web.UI.WebControls.RegularExpressionValidator
valPadding global::System.Web.UI.WebControls.CompareValidator
valRowHeight global::System.Web.UI.WebControls.RegularExpressionValidator

Private Properties

Property Type Description
cmdCancel_Click void
cmdUpdate_Click void

Protected Methods

Method Description
DNNTxtBannerGroup_PopulateOnDemand ( object source, DotNetNuke.UI.WebControls.DNNTextSuggestEventArgs e ) : void

DNNTxtBannerGroup_PopulateOnDemand runs when something is entered on the BannerGroup field

OnLoad ( EventArgs e ) : void

The Page_Load event handler on this User Control is used to obtain a DataReader of banner information from the Banners table, and then databind the results to a templated DataList server control. It uses the DotNetNuke.BannerDB() data component to encapsulate all data functionality.

Private Methods

Method Description
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdUpdate_Click ( object sender, EventArgs e ) : void

Method Details

DNNTxtBannerGroup_PopulateOnDemand() protected method

DNNTxtBannerGroup_PopulateOnDemand runs when something is entered on the BannerGroup field
protected DNNTxtBannerGroup_PopulateOnDemand ( object source, DotNetNuke.UI.WebControls.DNNTextSuggestEventArgs e ) : void
source object
e DotNetNuke.UI.WebControls.DNNTextSuggestEventArgs
return void

OnLoad() protected method

The Page_Load event handler on this User Control is used to obtain a DataReader of banner information from the Banners table, and then databind the results to a templated DataList server control. It uses the DotNetNuke.BannerDB() data component to encapsulate all data functionality.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

DNNTxtBannerGroup protected property

DNNTxtBannerGroup control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.WebControls.DNNTextSuggest DNNTxtBannerGroup
return global::DotNetNuke.UI.WebControls.DNNTextSuggest

cboType protected property

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

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

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

optOrientation protected property

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

optSource protected property

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

plBannerClickThroughURL protected property

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

plBorder protected property

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

plBorderColor protected property

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

plColWidth protected property

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

plCount protected property

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

plGroup protected property

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

plOrientation protected property

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

plPadding protected property

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

plRowHeight protected property

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

plSource protected property

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

plType protected property

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

txtBannerClickThroughURL protected property

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

txtBorder protected property

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

txtBorderColor protected property

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

txtColWidth protected property

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

txtCount protected property

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

txtPadding protected property

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

txtRowHeight protected property

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

valBannerClickThroughURL protected property

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

valBorder protected property

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

valColWidth protected property

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

valCount protected property

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

valPadding protected property

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

valRowHeight protected property

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