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

Inheritance: DotNetNuke.Entities.Modules.PortalModuleBase
ファイルを表示 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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