Class: Window

ui.Window

new ui.Window ()

Element representing a UI window.

Containers:

  • title - The title bar area.
Properties:
Name Type Description
draggable bool

(default: true) If true, the window may be dragged by the user.

dragging bool

[readonly] true if the window is currently being dragged by the user.

maximized bool

(default: false) If true, the window is maximized within its parent box.

resizable bool

(default: true) If true, the window may be resized by the user.

resizing bool

[readonly] true if the window is currently being resized by the user.

selected bool

[readonly] true if the window is the currently selected/focused one.

thisContentArea html.Box

[readonly] A reference to this window's content area visible to sub-elements.

Extends

Methods

raise ()

Raises the window above sibling windows.