Search
Window Methods
 


 Public Methods

  Name Description

attach

WindowBase.attach override.

autoSize

Resizes the Window to fit its contents.

center

Positions the Window in the center of its host element or specified rect.

close

Closes the Window.

detach

WindowBase.detach override.

dispose

Control.dispose override.

doClose

Closes the Window without raising events.

doOpen

Opens the Window without raising events.

draw

Control.draw override.

maximize

Maximizes the Window.

minimize

Minimizes the Window.

open

Opens the Window on the screen.

pin

Pins the Window. Pinned windows cannot be moved or resized.

refresh

Reloads the Window IFrame.

restore

Restores the Window to a normal state.

unpin

Unpins the Window.

updateBounds

Updates window dimensions after applying changes to DOM elements.

 See Also