Search
InputDialog Members
Constructors Properties Methods Events
 


Represents a modal Dialog box, displaying a custom input control.

The following tables list the members exposed by the InputDialog type.

 Public Constructors

  Name Description

InputDialog

Initializes a new instance of the InputDialog class.

 Public Properties

  Name Description

allowClose

Gets or sets a value indicating whether this Window can be closed. (Inherited from Window.)

allowDrag

Gets or sets a value indicating whether this Window can be dragged. (Inherited from Window.)

allowMaximize

Gets or sets a value indicating whether this Window can be maximized. (Inherited from Window.)

allowMinimize

Gets or sets a value indicating whether this Window can be minimized. (Inherited from Window.)

allowPin

Gets or sets a value indicating whether this Window can be pinned. (Inherited from Window.)

allowRefresh

Gets or sets a value indicating whether this Window can be refreshed. (Inherited from Window.)

allowResize

Gets or sets a value indicating whether this Window can be resized. (Inherited from Window.)

footer

Gets a reference to the Window footer DOM element. (Inherited from Window.)

header

Gets a reference to the Window header DOM element. (Inherited from Window.)

host

Gets the host of this WindowHost. (Inherited from WindowBase.)

iconSrc

Gets or sets the url of the title icon. (Inherited from Window.)

input

Gets a reference to the dialog's input element.

minHeight

Gets or sets the minimum allowed height of this Window. (Inherited from Window.)

minWidth

Gets or sets the minimum allowed width of this Window. (Inherited from Window.)

modal

Gets or sets a value indicating whether this Window should be modal. (Inherited from Window.)

navigateUrl

Gets or sets a string, specifying the URL of the web page, that will be loaded in the control's content IFrame. (Inherited from WindowBase.)

pinned

Gets or sets a value, indicating whether this Window is pinned. (Inherited from Window.)

template

Gets or sets an HTML string, representing the content template. (Inherited from WindowBase.)

templateUrl

Gets or sets a string, specifying the URL of the web page, that will be loaded as a control content template. (Inherited from WindowBase.)

title

Gets or sets the title of this Window. (Inherited from Window.)

useFrameTitle

Gets or sets a value indicating whether the window will display the title of its content iframe. (Inherited from Window.)

windowState

Gets or sets the state of this Window. (Inherited from WindowBase.)

 Public Methods

  Name Description

attach

Dialog.attach override.

autoSize

Resizes the Window to fit its contents. (Inherited from Window.)

center

Positions the Window in the center of its host element or specified rect. (Inherited from Window.)

close

Closes the Window. (Inherited from Window.)

detach

Window.detach override. (Inherited from Dialog.)

dispose

Control.dispose override. (Inherited from Window.)

doClose

Closes the Window without raising events. (Inherited from Window.)

doOpen

Opens the Window without raising events. (Inherited from Window.)

draw

Dialog.draw override. (Inherited from ConfirmDialog.)

maximize

Maximizes the Window. (Inherited from Window.)

minimize

Minimizes the Window. (Inherited from Window.)

open

Opens the Window on the screen. (Inherited from Window.)

pin

Pins the Window. Pinned windows cannot be moved or resized. (Inherited from Window.)

refresh

Reloads the Window IFrame. (Inherited from Window.)

restore

Restores the Window to a normal state. (Inherited from Window.)

unpin

Unpins the Window. (Inherited from Window.)

updateBounds

Updates window dimensions after applying changes to DOM elements. (Inherited from Window.)

 Public Events

  Name Description

buttonClick

Raised when a button in the command strip of the Window is clicked. (Inherited from Window.)

contentLoad

Raised when the windows's contents are loaded. (Inherited from WindowBase.)

dragEnd

Raised when drag operation is finished. (Inherited from Window.)

dragStart

Raised when a drag operation is started. (Inherited from Window.)

headerClick

Raised when the Window header is clicked. (Inherited from Window.)

resizeEnd

Raised when a resize operation is finished. (Inherited from Window.)

resizeStart

Raised when a resize operation is started. (Inherited from Window.)

stateChanged

Raised when the window's state is changed. (Inherited from WindowBase.)

stateChanging

Raised when the window's state is changing. (Inherited from WindowBase.)

windowClose

Raised when the Window is closed. (Inherited from WindowBase.)

windowClosing

Raised when the Window is closing. (Inherited from WindowBase.)

windowOpen

Raised when the Window is opened. (Inherited from WindowBase.)

windowOpening

Raised when the Window is opening. (Inherited from WindowBase.)

 See Also