C# Class DotNetNuke.Modules.IFrame.UI.IframeOptions

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

Protected Properties

Property Type Description
AllowTransparencyCheckBox global::System.Web.UI.WebControls.CheckBox
AllowTransparencyLabel global::DotNetNuke.UI.UserControls.LabelControl
AutoHeightCheckBox global::System.Web.UI.WebControls.CheckBox
AutoHeightLabel global::DotNetNuke.UI.UserControls.LabelControl
BorderCheckBox global::System.Web.UI.WebControls.CheckBox
BorderLabel global::DotNetNuke.UI.UserControls.LabelControl
CancelButton global::System.Web.UI.WebControls.LinkButton
CssStyleLabel global::DotNetNuke.UI.UserControls.LabelControl
CssStyleTextBox global::System.Web.UI.WebControls.TextBox
HeightLabel global::DotNetNuke.UI.UserControls.LabelControl
HeightTextBox global::System.Web.UI.WebControls.TextBox
IFrameOptionTabs global::System.Web.UI.HtmlControls.HtmlGenericControl
JavaScriptLabel global::DotNetNuke.UI.UserControls.LabelControl
JavaScriptPanel global::System.Web.UI.HtmlControls.HtmlGenericControl
JavascriptTextBox global::System.Web.UI.WebControls.TextBox
MoreOptionsLabel global::System.Web.UI.WebControls.Label
NameLabel global::DotNetNuke.UI.UserControls.LabelControl
NameTextBox global::System.Web.UI.WebControls.TextBox
OptionsLabel global::System.Web.UI.WebControls.Label
ParameterNameLabel global::DotNetNuke.UI.UserControls.LabelControl
ParameterNameTextBox global::System.Web.UI.WebControls.TextBox
ParameterNameValidator global::System.Web.UI.WebControls.RequiredFieldValidator
ParameterTypeDropDownList global::System.Web.UI.WebControls.DropDownList
ParameterTypeLabel global::DotNetNuke.UI.UserControls.LabelControl
ParameterValueLabel global::DotNetNuke.UI.UserControls.LabelControl
ParameterValuePanel global::System.Web.UI.HtmlControls.HtmlGenericControl
ParameterValueTextBox global::System.Web.UI.WebControls.TextBox
ParameterValueValidator global::System.Web.UI.WebControls.RequiredFieldValidator
ParametersGrid global::System.Web.UI.WebControls.DataGrid
ParametersLabel global::System.Web.UI.WebControls.Label
ParametersMessage global::System.Web.UI.HtmlControls.HtmlGenericControl
ParametersMessageLabel global::System.Web.UI.WebControls.Label
RequiredLabel global::System.Web.UI.WebControls.Label
ResetParametersFormButton global::System.Web.UI.WebControls.LinkButton
ScrollingDropDownList global::System.Web.UI.WebControls.DropDownList
ScrollingLabel global::DotNetNuke.UI.UserControls.LabelControl
SourceLabel global::DotNetNuke.UI.UserControls.LabelControl
SourceUrl global::DotNetNuke.UI.UserControls.UrlControl
SourceUrlRegExpValidator global::System.Web.UI.WebControls.RegularExpressionValidator
SourceUrlRequiredValidator global::System.Web.UI.WebControls.RequiredFieldValidator
ToolTipLabel global::DotNetNuke.UI.UserControls.LabelControl
ToolTipTextBox global::System.Web.UI.WebControls.TextBox
UpdateButton global::System.Web.UI.WebControls.LinkButton
UpdateParameterButton global::System.Web.UI.WebControls.LinkButton
UseAsHashCheckBox global::System.Web.UI.WebControls.CheckBox
UseAsHashLabel global::DotNetNuke.UI.UserControls.LabelControl
UseAsHashPanel global::System.Web.UI.HtmlControls.HtmlGenericControl
WidthLabel global::DotNetNuke.UI.UserControls.LabelControl
WidthTextBox global::System.Web.UI.WebControls.TextBox

Private Properties

Property Type Description
BindData void
DisplayOrHideParameterFormPanels void
ResetParametersForm void
UpdateBooleanSetting void
UpdateIntegerSetting void
UpdateTextSetting void

Public Methods

Method Description
ScrollingDropDownList_Load ( object sender, EventArgs e ) : void

Protected Methods

Method Description
AutoHeightCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
CancelButton_Click ( object sender, EventArgs e ) : void
DeleteButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
EditButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
ParameterTypeDropDownList_Load ( object sender, EventArgs e ) : void
ParameterTypeDropDownList_SelectedIndexChanged ( object sender, EventArgs e ) : void
ParametersGrid_ItemDataBound ( object sender, System.Web.UI.WebControls.DataGridItemEventArgs e ) : void
ResetParametersFormButton_Click ( object sender, EventArgs e ) : void
UpdateButton_Click ( object sender, EventArgs e ) : void
UpdateParameterButton_Click ( object sender, EventArgs e ) : void
UseAsHashCheckBox_CheckedChanged ( object sender, EventArgs e ) : void

Private Methods

Method Description
BindData ( ) : void
DisplayOrHideParameterFormPanels ( ) : void
ResetParametersForm ( bool bindData ) : void
UpdateBooleanSetting ( string setting, bool settingValue ) : void
UpdateIntegerSetting ( string setting, int settingValue ) : void
UpdateTextSetting ( string setting, string settingValue ) : void

Method Details

AutoHeightCheckBox_CheckedChanged() protected method

protected AutoHeightCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

CancelButton_Click() protected method

protected CancelButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

DeleteButton_Click() protected method

protected DeleteButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
sender object
e System.Web.UI.ImageClickEventArgs
return void

EditButton_Click() protected method

protected EditButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
sender object
e System.Web.UI.ImageClickEventArgs
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ParameterTypeDropDownList_Load() protected method

protected ParameterTypeDropDownList_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ParameterTypeDropDownList_SelectedIndexChanged() protected method

protected ParameterTypeDropDownList_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ParametersGrid_ItemDataBound() protected method

protected ParametersGrid_ItemDataBound ( object sender, System.Web.UI.WebControls.DataGridItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.DataGridItemEventArgs
return void

ResetParametersFormButton_Click() protected method

protected ResetParametersFormButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ScrollingDropDownList_Load() public method

public ScrollingDropDownList_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

UpdateButton_Click() protected method

protected UpdateButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

UpdateParameterButton_Click() protected method

protected UpdateParameterButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

UseAsHashCheckBox_CheckedChanged() protected method

protected UseAsHashCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

AllowTransparencyCheckBox protected property

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

AllowTransparencyLabel protected property

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

AutoHeightCheckBox protected property

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

AutoHeightLabel protected property

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

BorderCheckBox protected property

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

BorderLabel protected property

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

CancelButton protected property

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

CssStyleLabel protected property

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

CssStyleTextBox protected property

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

HeightLabel protected property

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

HeightTextBox protected property

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

IFrameOptionTabs protected property

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

JavaScriptLabel protected property

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

JavaScriptPanel protected property

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

JavascriptTextBox protected property

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

MoreOptionsLabel protected property

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

NameLabel protected property

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

NameTextBox protected property

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

OptionsLabel protected property

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

ParameterNameLabel protected property

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

ParameterNameTextBox protected property

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

ParameterNameValidator protected property

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

ParameterTypeDropDownList protected property

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

ParameterTypeLabel protected property

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

ParameterValueLabel protected property

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

ParameterValuePanel protected property

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

ParameterValueTextBox protected property

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

ParameterValueValidator protected property

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

ParametersGrid protected property

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

ParametersLabel protected property

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

ParametersMessage protected property

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

ParametersMessageLabel protected property

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

RequiredLabel protected property

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

ResetParametersFormButton protected property

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

ScrollingDropDownList protected property

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

ScrollingLabel protected property

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

SourceLabel protected property

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

SourceUrl protected property

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

SourceUrlRegExpValidator protected property

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

SourceUrlRequiredValidator protected property

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

ToolTipLabel protected property

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

ToolTipTextBox protected property

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

UpdateButton protected property

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

UpdateParameterButton protected property

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

UseAsHashCheckBox protected property

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

UseAsHashLabel protected property

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

UseAsHashPanel protected property

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

WidthLabel protected property

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

WidthTextBox protected property

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