Search
Dialog Methods
 


 Public Methods

  Name Description

attach

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

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

Window.draw override.

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

 See Also