Search
InputDialog Properties
 


 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.)

 See Also