The buttons for interacting with the window. Predefined array values are "Close", "Refresh", "Minimize",
and "Maximize".
A collection of {Animation} objects, used to change default animations. A value of false
will disable all animations in the widget.
The animation that will be used when a Window closes.
The animation that will be used when a Window opens.
The element that the Window will be appended to.
Specifies a URL or request options that the window should load its content from. For remote URLs, a
container iframe element is automatically created.
Template for the content of a Window.
Enables (true) or disables (false) the ability for users to move/drag a
Window.
Explicitly states whether content iframe should be created.
The maximum height (in pixels) that may be achieved by resizing the window.
The maximum width (in pixels) that may be achieved by resizing the window.
The minimum height (in pixels) that may be achieved by resizing the window.
The minimum width (in pixels) that may be achieved by resizing the window.
Specifies whether the window should show a modal overlay over the page.
Enables (true) or disables (false) the ability for users to resize a
Window.
The text in the window title bar.
Specifies whether the window will be initially visible.