C# Класс DotNetNuke.Modules.IFrame.UI.IframeOptions

Наследование: DotNetNuke.Entities.Modules.PortalModuleBase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Свойство Тип Описание
BindData void
DisplayOrHideParameterFormPanels void
ResetParametersForm void
UpdateBooleanSetting void
UpdateIntegerSetting void
UpdateTextSetting void

Открытые методы

Метод Описание
ScrollingDropDownList_Load ( object sender, EventArgs e ) : void

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

AutoHeightCheckBox_CheckedChanged() защищенный Метод

protected AutoHeightCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

CancelButton_Click() защищенный Метод

protected CancelButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

DeleteButton_Click() защищенный Метод

protected DeleteButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
sender object
e System.Web.UI.ImageClickEventArgs
Результат void

EditButton_Click() защищенный Метод

protected EditButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
sender object
e System.Web.UI.ImageClickEventArgs
Результат void

OnInit() защищенный Метод

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

OnPreRender() защищенный Метод

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Результат void

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

ParameterTypeDropDownList_Load() защищенный Метод

protected ParameterTypeDropDownList_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

ParameterTypeDropDownList_SelectedIndexChanged() защищенный Метод

protected ParameterTypeDropDownList_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

ParametersGrid_ItemDataBound() защищенный Метод

protected ParametersGrid_ItemDataBound ( object sender, System.Web.UI.WebControls.DataGridItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.DataGridItemEventArgs
Результат void

ResetParametersFormButton_Click() защищенный Метод

protected ResetParametersFormButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

ScrollingDropDownList_Load() публичный Метод

public ScrollingDropDownList_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

UpdateButton_Click() защищенный Метод

protected UpdateButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

UpdateParameterButton_Click() защищенный Метод

protected UpdateParameterButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

UseAsHashCheckBox_CheckedChanged() защищенный Метод

protected UseAsHashCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Описание свойств

AllowTransparencyCheckBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

AllowTransparencyLabel защищенное свойство

AllowTransparencyLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl AllowTransparencyLabel
Результат global::DotNetNuke.UI.UserControls.LabelControl

AutoHeightCheckBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

AutoHeightLabel защищенное свойство

AutoHeightLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl AutoHeightLabel
Результат global::DotNetNuke.UI.UserControls.LabelControl

BorderCheckBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

BorderLabel защищенное свойство

BorderLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl BorderLabel
Результат global::DotNetNuke.UI.UserControls.LabelControl

CancelButton защищенное свойство

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
Результат global::System.Web.UI.WebControls.LinkButton

CssStyleLabel защищенное свойство

CssStyleLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl CssStyleLabel
Результат global::DotNetNuke.UI.UserControls.LabelControl

CssStyleTextBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

HeightLabel защищенное свойство

HeightLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl HeightLabel
Результат global::DotNetNuke.UI.UserControls.LabelControl

HeightTextBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

IFrameOptionTabs защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlGenericControl

JavaScriptLabel защищенное свойство

JavaScriptLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl JavaScriptLabel
Результат global::DotNetNuke.UI.UserControls.LabelControl

JavaScriptPanel защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlGenericControl

JavascriptTextBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

MoreOptionsLabel защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

NameLabel защищенное свойство

NameLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl NameLabel
Результат global::DotNetNuke.UI.UserControls.LabelControl

NameTextBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

OptionsLabel защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

ParameterNameLabel защищенное свойство

ParameterNameLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl ParameterNameLabel
Результат global::DotNetNuke.UI.UserControls.LabelControl

ParameterNameTextBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

ParameterNameValidator защищенное свойство

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
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

ParameterTypeDropDownList защищенное свойство

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
Результат global::System.Web.UI.WebControls.DropDownList

ParameterTypeLabel защищенное свойство

ParameterTypeLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl ParameterTypeLabel
Результат global::DotNetNuke.UI.UserControls.LabelControl

ParameterValueLabel защищенное свойство

ParameterValueLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl ParameterValueLabel
Результат global::DotNetNuke.UI.UserControls.LabelControl

ParameterValuePanel защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlGenericControl

ParameterValueTextBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

ParameterValueValidator защищенное свойство

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
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

ParametersGrid защищенное свойство

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
Результат global::System.Web.UI.WebControls.DataGrid

ParametersLabel защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

ParametersMessage защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlGenericControl

ParametersMessageLabel защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

RequiredLabel защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

ResetParametersFormButton защищенное свойство

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
Результат global::System.Web.UI.WebControls.LinkButton

ScrollingDropDownList защищенное свойство

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
Результат global::System.Web.UI.WebControls.DropDownList

ScrollingLabel защищенное свойство

ScrollingLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl ScrollingLabel
Результат global::DotNetNuke.UI.UserControls.LabelControl

SourceLabel защищенное свойство

SourceLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl SourceLabel
Результат global::DotNetNuke.UI.UserControls.LabelControl

SourceUrl защищенное свойство

SourceUrl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.UrlControl SourceUrl
Результат global::DotNetNuke.UI.UserControls.UrlControl

SourceUrlRegExpValidator защищенное свойство

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
Результат global::System.Web.UI.WebControls.RegularExpressionValidator

SourceUrlRequiredValidator защищенное свойство

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
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

ToolTipLabel защищенное свойство

ToolTipLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl ToolTipLabel
Результат global::DotNetNuke.UI.UserControls.LabelControl

ToolTipTextBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

UpdateButton защищенное свойство

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
Результат global::System.Web.UI.WebControls.LinkButton

UpdateParameterButton защищенное свойство

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
Результат global::System.Web.UI.WebControls.LinkButton

UseAsHashCheckBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

UseAsHashLabel защищенное свойство

UseAsHashLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl UseAsHashLabel
Результат global::DotNetNuke.UI.UserControls.LabelControl

UseAsHashPanel защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlGenericControl

WidthLabel защищенное свойство

WidthLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl WidthLabel
Результат global::DotNetNuke.UI.UserControls.LabelControl

WidthTextBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox