Actions
JS actions of controls.
Table of Contents
Constants
- ACTIVATE = 'ACTIVATE'
- CALLBACK = 'CALLBACK'
- CREATE = 'CREATE'
- HIDE = 'HIDE'
- HIDE_ALL_EXPECT = 'HIDE_ALL_EXPECT'
- INLINE_EDIT = 'INLINE_EDIT'
- REMOVE = 'REMOVE'
- RESET_CONTROLS = 'RESET_CONTROLS'
- SEND = 'SEND'
- SHOW = 'SHOW'
- SHOW_ALL = 'SHOW_ALL'
Methods
- getList() : array<string|int, mixed>
- Gets types list of actions
Constants
ACTIVATE
public
mixed
ACTIVATE
= 'ACTIVATE'
CALLBACK
public
mixed
CALLBACK
= 'CALLBACK'
CREATE
public
mixed
CREATE
= 'CREATE'
HIDE
public
mixed
HIDE
= 'HIDE'
HIDE_ALL_EXPECT
public
mixed
HIDE_ALL_EXPECT
= 'HIDE_ALL_EXPECT'
INLINE_EDIT
public
mixed
INLINE_EDIT
= 'INLINE_EDIT'
REMOVE
public
mixed
REMOVE
= 'REMOVE'
RESET_CONTROLS
public
mixed
RESET_CONTROLS
= 'RESET_CONTROLS'
SEND
public
mixed
SEND
= 'SEND'
SHOW
public
mixed
SHOW
= 'SHOW'
SHOW_ALL
public
mixed
SHOW_ALL
= 'SHOW_ALL'
Methods
getList()
Gets types list of actions
public
static getList() : array<string|int, mixed>