Form Callbacks
- Last UpdatedJan 09, 2024
- 1 minute read
Forms currently support undo/redo for the following callbacks only:
|
Name |
Purpose |
Event/Action |
Undo/Redo |
Comments |
|
INIT |
initialization at show |
INIT |
yes |
|
|
OK |
OK action |
OK |
yes |
|
|
CANCEL |
Cancel action |
CANCEL |
yes |
Form methods:
!form.setUndoable( !callbackName is STRING, !undo is UNDOABLE )
!form.undoable( !callbackName is STRING ) is UNDOABLE