The LocalAction object

Path: application/ui/window/localAction

Snippet ID: LocalAction

Corresponding AUI Tree element: UIDS2/UserInterface/Window/LocalActionList/LocalAction

The Local Actions are actions handled by the Front End only. For more details on the list of Local Actions see the Genero Business Development Language User Guide, chapter "Interaction Model". There are some Local Actions not handled by GWC: editcopy, editcut, editpaste.

Fields (Attributes) Type Description
CID Attribute (string) The corresponding component identifier.
type Attribute (string) Type name of the component, that is LocalAction.
id Attribute (string) Object identifier.
DID Deprecated ! Attribute (string)

Dialog identifier.

This path is deprecated use IDID or XDID instead.

IDID Attribute (string) Dialog identifier with inclusive format.
XDID Attribute (string) Dialog identifier with exclusive format.
name Attribute (string) Action identifier
text Attribute (string) Text displayed for this action.
image Attribute (string) Image associated to the action.
comment Attribute (string) Comment displayed for this action.
tabindex Attribute (number) Corresponds to the tab order of the form.
acceleratorName Attribute (string) First accelerator name.
acceleratorName2 Attribute (string) Second accelerator name.
acceleratorName3 Attribute (string) Third accelerator name.
acceleratorName4 Attribute (string) Fourth accelerator name.
isActive Attribute (boolean) True if the action is active.
hidden Attribute (number) Corresponds to the HIDDEN attribute in 4GL.
defaultView Attribute (string) The action defaultView value.
hasCustomView Attribute (boolean) True if the action has another view (for example in ToolBar or TopMenu)
contextMenu Attribute (string) Corresponds to the CONTEXTMENU attribute in 4GL.
islocal Attribute (boolean) True if the action is a front-end local action. False otherwise (always true in this context)