C# 클래스 Fluqi.Widget.jDialog.Methods

The "Methods" are called after the control has been initialised. If for instance you want to change the value of a property, or invoke "some" action on the control (e.g. "open" or "close") you call the "Method" rather than through the "Options" (as Options is about the initialisation of the control).
상속: Core.Methods
파일 보기 프로젝트 열기: toepoke/Fluqi

공개 메소드들

메소드 설명
Close ( ) : void

Closes the dialog.

Destroy ( ) : void

Remove the dialog functionality completely. This will return the element back to its pre-init state.

Disable ( ) : void

Disable the dialog.

Enable ( ) : void

Enable the dialog.

GetCloseOnEscape ( ) : void

Returns [in JavaScript] the current "closeOnEscape" setting.

GetCloseText ( ) : void

Returns [in JavaScript] the current "closeText" setting.

GetDialogClass ( ) : void

Returns [in JavaScript] the current "dialogClass" setting.

GetDraggable ( ) : void

Returns [in JavaScript] the current "draggable" setting.

GetHeight ( ) : void

Returns [in JavaScript] the current "height" setting.

GetHideEffect ( ) : void

Returns [in JavaScript] the current "hide" setting.

GetMaxHeight ( ) : void

Returns [in JavaScript] the current "maxHeight" setting.

GetMaxWidth ( ) : void

Returns [in JavaScript] the current "maxWidth" setting.

GetMinHeight ( ) : void

Returns [in JavaScript] the current "minHeight" setting.

GetMinWidth ( ) : void

Returns [in JavaScript] the current "minWidth" setting.

GetModal ( ) : void

Returns [in JavaScript] the current "modal" setting.

GetPosition ( ) : void

Returns [in JavaScript] the current "position" setting.

GetResizable ( ) : void

Returns [in JavaScript] the current "reisizable" setting.

GetShowEffect ( ) : void

Returns [in JavaScript] the current "show" setting.

GetStack ( ) : void

Returns [in JavaScript] the current "stack" setting.

GetTitle ( ) : void

Returns [in JavaScript] the current "title" setting.

GetWidth ( ) : void

Returns [in JavaScript] the current "width" setting.

GetZIndex ( ) : void

Returns [in JavaScript] the current "zIndex" setting.

IsOpen ( ) : void

Returns true if the dialog is currently open.

Methods ( Fluqi.Widget.jDialog.Dialog dlg ) : System

Constructor

MoveToTop ( ) : void

Moves the dialog to the top of the dialog stack.

Open ( ) : void

Opens the dialog.

SetCloseOnEscape ( bool newValue ) : void

Specifies whether the dialog should close when it has focus and the user presses the esacpe (ESC) key.

SetCloseText ( string newValue ) : void

Specifies the text for the close button. Note that the close text is visibly hidden when using a standard theme.

SetCloseText ( string newValue, bool inDoubleQuotes ) : void

Specifies the text for the close button. Note that the close text is visibly hidden when using a standard theme.

SetCloseTextJS ( string newValue ) : void

Specifies the text for the close button. Note that the close text is visibly hidden when using a standard theme. This entry point does _not_ add quotes to the input value and is indended for passing JavaScript (that is when rendered, the input value will refer to a JavaScript variable for instance).

SetDialogClass ( string newValue ) : void

The specified class name(s) will be added to the dialog, for additional theming.

SetDialogClass ( string newValue, bool inDoubleQuotes ) : void

The specified class name(s) will be added to the dialog, for additional theming.

SetDialogClassJS ( string newValue ) : void

The specified class name(s) will be added to the dialog, for additional theming. This entry point does _not_ add quotes to the input value and is indended for passing JavaScript (that is when rendered, the input value will refer to a JavaScript variable for instance).

SetDraggable ( bool newValue ) : void

If set to true, the dialog will be draggable will be draggable by the titlebar.

SetHeight ( int newValue ) : void

The height of the dialog, in pixels.

SetHeightToAuto ( ) : void

The height of the dialog, in pixels. Specifying 'auto' is also supported to make the dialog adjust based on its content.

SetHideEffect ( Core newValue ) : void

The effect to be used when the dialog is closed.

SetHideEffect ( string newValue ) : void

The effect to be used when the dialog is closed.

SetHideEffect ( string newValue, bool inDoubleQuotes ) : void

The effect to be used when the dialog is closed.

SetHideEffectJS ( string newValue ) : void

The effect to be used when the dialog is closed. This entry point does _not_ add quotes to the input value and is indended for passing JavaScript (that is when rendered, the input value will refer to a JavaScript variable for instance).

SetMaxHeight ( int newValue ) : void

The maximum height to which the dialog can be resized, in pixels.

SetMaxWidth ( int newValue ) : void

The maximum width to which the dialog can be resized, in pixels

SetMinHeight ( int newValue ) : void

The minimum height to which the dialog can be resized, in pixels.

SetMinWidth ( int newValue ) : void

The minimum width to which the dialog can be resized, in pixels.

SetModal ( bool newValue ) : void

If set to true, the dialog will have modal behavior; other items on the page will be disabled (i.e. cannot be interacted with). Modal dialogs create an overlay below the dialog but above other page elements.

SetPosition ( Core position ) : void

Specifies where the dialog should be displayed. Possible values: A single string representing position within viewport: 'center', 'left', 'right', 'top', 'bottom'.

SetPosition ( Core pos1, Core pos2 ) : void

Specifies where the dialog should be displayed. Possible values: An array containing x,y position string values (e.g. ['right','top'] for top right corner)

SetPosition ( int pos1, int pos2 ) : void

Specifies where the dialog should be displayed. Possible values: An array containing an x,y coordinate pair in pixel offset from left, top corner of viewport (e.g. [350,100])

SetPosition ( string position ) : void

Specifies where the dialog should be displayed. Possible values: A single string representing position within viewport: 'center', 'left', 'right', 'top', 'bottom'.

SetPosition ( string position, bool inDoubleQuotes ) : void

Specifies where the dialog should be displayed. Possible values: A single string representing position within viewport: 'center', 'left', 'right', 'top', 'bottom'.

SetPosition ( string pos1, string pos2 ) : void

Specifies where the dialog should be displayed. Possible values: An array containing x,y position string values (e.g. ['right','top'] for top right corner)

SetPositionJS ( string position ) : void

Specifies where the dialog should be displayed. Possible values: A single string representing position within viewport: 'center', 'left', 'right', 'top', 'bottom'. This entry point does _not_ add quotes to the input value and is indended for passing JavaScript (that is when rendered, the input value will refer to a JavaScript variable for instance).

SetResizable ( bool newValue ) : void

If set to true, the dialog will be resizeable.

SetShowEffect ( Core newValue ) : void

The effect to be used when the dialog is opened.

SetShowEffect ( string newValue ) : void

The effect to be used when the dialog is opened.

SetShowEffect ( string newValue, bool inDoubleQuotes ) : void

The effect to be used when the dialog is opened.

SetShowEffectJS ( string newValue ) : void

The effect to be used when the dialog is opened. This entry point does _not_ add quotes to the input value and is indended for passing JavaScript (that is when rendered, the input value will refer to a JavaScript variable for instance).

SetStack ( bool newValue ) : void

Specifies whether the dialog will stack on top of other dialogs. This will cause the dialog to move to the front of other dialogs when it gains focus.

SetTitle ( string newValue ) : void

Specifies the title of the dialog. Any valid HTML may be set as the title. The title can also be specified by the title attribute on the dialog source element.

SetTitle ( string newValue, bool inDoubleQuotes ) : void

Specifies the title of the dialog. Any valid HTML may be set as the title. The title can also be specified by the title attribute on the dialog source element.

SetTitleJS ( string newValue ) : void

Specifies the title of the dialog. Any valid HTML may be set as the title. The title can also be specified by the title attribute on the dialog source element. This entry point does _not_ add quotes to the input value and is indended for passing JavaScript (that is when rendered, the input value will refer to a JavaScript variable for instance).

SetWidth ( int newValue ) : void

The width of the dialog, in pixels.

SetZIndex ( int newValue ) : void

The starting z-index for the dialog.

Widget ( ) : void

Returns the .ui-dialog element.

메소드 상세

Close() 공개 메소드

Closes the dialog.
public Close ( ) : void
리턴 void

Destroy() 공개 메소드

Remove the dialog functionality completely. This will return the element back to its pre-init state.
public Destroy ( ) : void
리턴 void

Disable() 공개 메소드

Disable the dialog.
public Disable ( ) : void
리턴 void

Enable() 공개 메소드

Enable the dialog.
public Enable ( ) : void
리턴 void

GetCloseOnEscape() 공개 메소드

Returns [in JavaScript] the current "closeOnEscape" setting.
public GetCloseOnEscape ( ) : void
리턴 void

GetCloseText() 공개 메소드

Returns [in JavaScript] the current "closeText" setting.
public GetCloseText ( ) : void
리턴 void

GetDialogClass() 공개 메소드

Returns [in JavaScript] the current "dialogClass" setting.
public GetDialogClass ( ) : void
리턴 void

GetDraggable() 공개 메소드

Returns [in JavaScript] the current "draggable" setting.
public GetDraggable ( ) : void
리턴 void

GetHeight() 공개 메소드

Returns [in JavaScript] the current "height" setting.
public GetHeight ( ) : void
리턴 void

GetHideEffect() 공개 메소드

Returns [in JavaScript] the current "hide" setting.
public GetHideEffect ( ) : void
리턴 void

GetMaxHeight() 공개 메소드

Returns [in JavaScript] the current "maxHeight" setting.
public GetMaxHeight ( ) : void
리턴 void

GetMaxWidth() 공개 메소드

Returns [in JavaScript] the current "maxWidth" setting.
public GetMaxWidth ( ) : void
리턴 void

GetMinHeight() 공개 메소드

Returns [in JavaScript] the current "minHeight" setting.
public GetMinHeight ( ) : void
리턴 void

GetMinWidth() 공개 메소드

Returns [in JavaScript] the current "minWidth" setting.
public GetMinWidth ( ) : void
리턴 void

GetModal() 공개 메소드

Returns [in JavaScript] the current "modal" setting.
public GetModal ( ) : void
리턴 void

GetPosition() 공개 메소드

Returns [in JavaScript] the current "position" setting.
public GetPosition ( ) : void
리턴 void

GetResizable() 공개 메소드

Returns [in JavaScript] the current "reisizable" setting.
public GetResizable ( ) : void
리턴 void

GetShowEffect() 공개 메소드

Returns [in JavaScript] the current "show" setting.
public GetShowEffect ( ) : void
리턴 void

GetStack() 공개 메소드

Returns [in JavaScript] the current "stack" setting.
public GetStack ( ) : void
리턴 void

GetTitle() 공개 메소드

Returns [in JavaScript] the current "title" setting.
public GetTitle ( ) : void
리턴 void

GetWidth() 공개 메소드

Returns [in JavaScript] the current "width" setting.
public GetWidth ( ) : void
리턴 void

GetZIndex() 공개 메소드

Returns [in JavaScript] the current "zIndex" setting.
public GetZIndex ( ) : void
리턴 void

IsOpen() 공개 메소드

Returns true if the dialog is currently open.
public IsOpen ( ) : void
리턴 void

Methods() 공개 메소드

Constructor
public Methods ( Fluqi.Widget.jDialog.Dialog dlg ) : System
dlg Fluqi.Widget.jDialog.Dialog Dialog object to call
리턴 System

MoveToTop() 공개 메소드

Moves the dialog to the top of the dialog stack.
public MoveToTop ( ) : void
리턴 void

Open() 공개 메소드

Opens the dialog.
public Open ( ) : void
리턴 void

SetCloseOnEscape() 공개 메소드

Specifies whether the dialog should close when it has focus and the user presses the esacpe (ESC) key.
public SetCloseOnEscape ( bool newValue ) : void
newValue bool New closeOnEscape setting
리턴 void

SetCloseText() 공개 메소드

Specifies the text for the close button. Note that the close text is visibly hidden when using a standard theme.
public SetCloseText ( string newValue ) : void
newValue string New closeText setting
리턴 void

SetCloseText() 공개 메소드

Specifies the text for the close button. Note that the close text is visibly hidden when using a standard theme.
public SetCloseText ( string newValue, bool inDoubleQuotes ) : void
newValue string New closeText setting
inDoubleQuotes bool /// true - double quotes (") /// false - single quotes (') ///
리턴 void

SetCloseTextJS() 공개 메소드

Specifies the text for the close button. Note that the close text is visibly hidden when using a standard theme. This entry point does _not_ add quotes to the input value and is indended for passing JavaScript (that is when rendered, the input value will refer to a JavaScript variable for instance).
public SetCloseTextJS ( string newValue ) : void
newValue string New closeText setting
리턴 void

SetDialogClass() 공개 메소드

The specified class name(s) will be added to the dialog, for additional theming.
public SetDialogClass ( string newValue ) : void
newValue string New dialogClass setting
리턴 void

SetDialogClass() 공개 메소드

The specified class name(s) will be added to the dialog, for additional theming.
public SetDialogClass ( string newValue, bool inDoubleQuotes ) : void
newValue string New dialogClass setting
inDoubleQuotes bool /// true - double quotes (") /// false - single quotes (') ///
리턴 void

SetDialogClassJS() 공개 메소드

The specified class name(s) will be added to the dialog, for additional theming. This entry point does _not_ add quotes to the input value and is indended for passing JavaScript (that is when rendered, the input value will refer to a JavaScript variable for instance).
public SetDialogClassJS ( string newValue ) : void
newValue string New dialogClass setting
리턴 void

SetDraggable() 공개 메소드

If set to true, the dialog will be draggable will be draggable by the titlebar.
public SetDraggable ( bool newValue ) : void
newValue bool New draggable setting
리턴 void

SetHeight() 공개 메소드

The height of the dialog, in pixels.
public SetHeight ( int newValue ) : void
newValue int New height setting
리턴 void

SetHeightToAuto() 공개 메소드

The height of the dialog, in pixels. Specifying 'auto' is also supported to make the dialog adjust based on its content.
public SetHeightToAuto ( ) : void
리턴 void

SetHideEffect() 공개 메소드

The effect to be used when the dialog is closed.
public SetHideEffect ( Core newValue ) : void
newValue Core New hide setting
리턴 void

SetHideEffect() 공개 메소드

The effect to be used when the dialog is closed.
public SetHideEffect ( string newValue ) : void
newValue string New hide setting
리턴 void

SetHideEffect() 공개 메소드

The effect to be used when the dialog is closed.
public SetHideEffect ( string newValue, bool inDoubleQuotes ) : void
newValue string New hide setting
inDoubleQuotes bool /// true - double quotes (") /// false - single quotes (') ///
리턴 void

SetHideEffectJS() 공개 메소드

The effect to be used when the dialog is closed. This entry point does _not_ add quotes to the input value and is indended for passing JavaScript (that is when rendered, the input value will refer to a JavaScript variable for instance).
public SetHideEffectJS ( string newValue ) : void
newValue string New hide setting
리턴 void

SetMaxHeight() 공개 메소드

The maximum height to which the dialog can be resized, in pixels.
public SetMaxHeight ( int newValue ) : void
newValue int New maxHeight setting
리턴 void

SetMaxWidth() 공개 메소드

The maximum width to which the dialog can be resized, in pixels
public SetMaxWidth ( int newValue ) : void
newValue int New maxWidth setting
리턴 void

SetMinHeight() 공개 메소드

The minimum height to which the dialog can be resized, in pixels.
public SetMinHeight ( int newValue ) : void
newValue int New minHeight setting
리턴 void

SetMinWidth() 공개 메소드

The minimum width to which the dialog can be resized, in pixels.
public SetMinWidth ( int newValue ) : void
newValue int New minWidth setting
리턴 void

SetModal() 공개 메소드

If set to true, the dialog will have modal behavior; other items on the page will be disabled (i.e. cannot be interacted with). Modal dialogs create an overlay below the dialog but above other page elements.
public SetModal ( bool newValue ) : void
newValue bool New modal setting
리턴 void

SetPosition() 공개 메소드

Specifies where the dialog should be displayed. Possible values: A single string representing position within viewport: 'center', 'left', 'right', 'top', 'bottom'.
public SetPosition ( Core position ) : void
position Core New position setting
리턴 void

SetPosition() 공개 메소드

Specifies where the dialog should be displayed. Possible values: An array containing x,y position string values (e.g. ['right','top'] for top right corner)
public SetPosition ( Core pos1, Core pos2 ) : void
pos1 Core First position setting
pos2 Core Second position setting
리턴 void

SetPosition() 공개 메소드

Specifies where the dialog should be displayed. Possible values: An array containing an x,y coordinate pair in pixel offset from left, top corner of viewport (e.g. [350,100])
public SetPosition ( int pos1, int pos2 ) : void
pos1 int First position setting
pos2 int Second position setting
리턴 void

SetPosition() 공개 메소드

Specifies where the dialog should be displayed. Possible values: A single string representing position within viewport: 'center', 'left', 'right', 'top', 'bottom'.
public SetPosition ( string position ) : void
position string New position setting
리턴 void

SetPosition() 공개 메소드

Specifies where the dialog should be displayed. Possible values: A single string representing position within viewport: 'center', 'left', 'right', 'top', 'bottom'.
public SetPosition ( string position, bool inDoubleQuotes ) : void
position string New position setting
inDoubleQuotes bool /// true - double quotes (") /// false - single quotes (') ///
리턴 void

SetPosition() 공개 메소드

Specifies where the dialog should be displayed. Possible values: An array containing x,y position string values (e.g. ['right','top'] for top right corner)
public SetPosition ( string pos1, string pos2 ) : void
pos1 string First position setting
pos2 string Second position setting
리턴 void

SetPositionJS() 공개 메소드

Specifies where the dialog should be displayed. Possible values: A single string representing position within viewport: 'center', 'left', 'right', 'top', 'bottom'. This entry point does _not_ add quotes to the input value and is indended for passing JavaScript (that is when rendered, the input value will refer to a JavaScript variable for instance).
public SetPositionJS ( string position ) : void
position string New position setting
리턴 void

SetResizable() 공개 메소드

If set to true, the dialog will be resizeable.
public SetResizable ( bool newValue ) : void
newValue bool New reisizable setting
리턴 void

SetShowEffect() 공개 메소드

The effect to be used when the dialog is opened.
public SetShowEffect ( Core newValue ) : void
newValue Core New show setting
리턴 void

SetShowEffect() 공개 메소드

The effect to be used when the dialog is opened.
public SetShowEffect ( string newValue ) : void
newValue string New show setting
리턴 void

SetShowEffect() 공개 메소드

The effect to be used when the dialog is opened.
public SetShowEffect ( string newValue, bool inDoubleQuotes ) : void
newValue string New show setting
inDoubleQuotes bool /// true - double quotes (") /// false - single quotes (') ///
리턴 void

SetShowEffectJS() 공개 메소드

The effect to be used when the dialog is opened. This entry point does _not_ add quotes to the input value and is indended for passing JavaScript (that is when rendered, the input value will refer to a JavaScript variable for instance).
public SetShowEffectJS ( string newValue ) : void
newValue string New show setting
리턴 void

SetStack() 공개 메소드

Specifies whether the dialog will stack on top of other dialogs. This will cause the dialog to move to the front of other dialogs when it gains focus.
public SetStack ( bool newValue ) : void
newValue bool New stack setting
리턴 void

SetTitle() 공개 메소드

Specifies the title of the dialog. Any valid HTML may be set as the title. The title can also be specified by the title attribute on the dialog source element.
public SetTitle ( string newValue ) : void
newValue string New title setting
리턴 void

SetTitle() 공개 메소드

Specifies the title of the dialog. Any valid HTML may be set as the title. The title can also be specified by the title attribute on the dialog source element.
public SetTitle ( string newValue, bool inDoubleQuotes ) : void
newValue string New title setting
inDoubleQuotes bool /// true - double quotes (") /// false - single quotes (') ///
리턴 void

SetTitleJS() 공개 메소드

Specifies the title of the dialog. Any valid HTML may be set as the title. The title can also be specified by the title attribute on the dialog source element. This entry point does _not_ add quotes to the input value and is indended for passing JavaScript (that is when rendered, the input value will refer to a JavaScript variable for instance).
public SetTitleJS ( string newValue ) : void
newValue string New title setting
리턴 void

SetWidth() 공개 메소드

The width of the dialog, in pixels.
public SetWidth ( int newValue ) : void
newValue int New width setting
리턴 void

SetZIndex() 공개 메소드

The starting z-index for the dialog.
public SetZIndex ( int newValue ) : void
newValue int New zIndex setting
리턴 void

Widget() 공개 메소드

Returns the .ui-dialog element.
public Widget ( ) : void
리턴 void