ui

aeq. ui

Source:

[description]

Methods

(static) ui.createDialog(title, optionsopt) → {type}

Source:

Creates a UI Dialog

Parameters:
Name Type Attributes Description
title string

Title of the dialog

options Object <optional>

Options for the function

Properties
Name Type Attributes Default Description
resizeable boolean <optional>
true

true for resizable dialog

Returns:

Created dialog

Type
type

(static) ui.createMainWindow(thisObj, title, optionsopt) → {type}

Source:

Creates a UI Main Window

Parameters:
Name Type Attributes Description
thisObj Panel

[description]

title string

Title of the window

options Object <optional>

Options for the function

Properties
Name Type Attributes Default Description
resizeable boolean <optional>
true

true for resizable window

Returns:

Created window

Type
type

(static) ui.createWindow(title, optionsopt) → {type}

Source:

Creates a UI Window

Parameters:
Name Type Attributes Description
title string

Title of the window

options Object <optional>

Options for the function

Properties
Name Type Attributes Default Description
resizeable boolean <optional>
true

true for resizable window

Returns:

Created window

Type
type

(static) ui.ready(callback)

Source:

[description]

Parameters:
Name Type Description
callback function

[description]

(static) ui.set(obj, options)

Source:

[description]

Parameters:
Name Type Description
obj type

[description]

options type

[description]