Classes

Classes

Validator
UnsignedNumericValidator
UnsignedIntegerValidator
TextValidator
StringValidator
NumericValidator
IntegerValidator
DateValidator
Textbox
Spinner
GlobalEditorManager
GlobalControlManagerControlsCollection
GlobalControlManager
Editor
Control
Authentication

Events


onKeyBlock

Callback responsible for handling of blocked keydown events.

Parameters:
Name Type Description
event IJQueryEventObject

The keydown event object.

Source:

onChange

Callback responsible for handling of value change events.

Parameters:
Name Type Description
value string

The validated value of the textbox.

Source:

onResize

Callback responsible for handling of value-based resize events.

Parameters:
Name Type Description
object Textbox

The textbox triggering the event.

width number

The width of the textbox.

height number

The height of the textbox.

Source:

onChange

Event called when editor value is changed.

Source:

onKeyBlock

Event called when editor blocks a key from entry.

Parameters:
Name Type Description
event IJQueryEventObject

The keydown event object.

Source:

onResize

Event called when editor is resized.

Source:

BeforeAddItems

Cancelable event triggered before items are added to the BindableArray.

Parameters:
Name Type Description
eventObject Event#EventObject

Standard cancellable event object.

Source: