AppBuilder: Code Editor
Description
The Code editor is the primary component of AppBuilder.
Location
The Code Editor displays when opening a .gbf file or by selecting the Display Code Editor Action.
Features
Unregistered Events |
Lists the available events for the given object that do not have a registered handler. |
Registered Events |
Lists the events for a registered event handler. Registered Events have corresponding Code Block Nodes. |
Code Area |
Contains the code to run when the Registered Event occurs. |
[Add] Button |
Moves events from the Unregistered list to the Registered list. |
[Remover] Button |
Moves events from the Registered to the Unregistered list. |
Remarks
An event that is not enabled, because the EventMask of the parent window is not enabled, is shown in italics.