C# 클래스 DotNetNuke.Modules.IFrame.UI.IframeOptions

상속: DotNetNuke.Entities.Modules.PortalModuleBase
파일 보기 프로젝트 열기: DNNCommunity/DNN.IFrame

보호된 프로퍼티들

프로퍼티 타입 설명
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