Global

Members


EditorGlobal :GlobalEditorManager

Global control management object.

Type:
Source:

ControlGlobal :GlobalControlManager

Global control management object.

Type:
Source:

Methods


getCookie(c_name)

Gets a cookie saved to the local client.

Parameters:
Name Type Description
c_name string

The name of the cookie to retrieve.

Source:
Returns:
Type
string

setCookie(c_name, value, exdays)

Saves a cookie to the local client.

Parameters:
Name Type Description
c_name string

The name of the cookie to save.

value string

The value of the cookie to save.

exdays number

The number of days before cookie expiration, or 0 to signify a session cookie.

Source:

BindableArray()

Source:

BindableArray_push()

Source:
Returns:
Type
number

BindableArray_unshift()

Source:
Returns:
Type
number