The ToolbarCommand object

Path: no absolute path available

Snippet ID: ToolBarItem

Corresponding AUI Tree element: ToolBarItem

The ToolbarCommand is an object implementing a ToolBarItem object that represents a Toolbar command.

This object value is rendered thru the ToolBarItem snippet when invoked in a gwc:replace or gwc:content instruction.

Fields (Attributes) Type Description
CID Attribute (string) The corresponding component identifier.
type Attribute (string) Type name of the component, that is ToolBarItem.
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) ToolBar command identifier.
text Attribute (string) Text displayed for this command.
comment Attribute (string) Comment displayed for this command.
image Attribute (string) Image associated to this command.
isActive Attribute (boolean) True if the command is active.
hidden Attribute (number) Corresponds to the HIDDEN attribute in 4GL.
tag Attribute (string) Corresponds to the attribute TAG value.
buttonTextHidden Attribute (number) Set to 1 if text associated to the command should not be displayed.
acceleratorName Attribute (string) First accelerator name.
acceleratorName2 Attribute (string) Second accelerator name.
acceleratorName3 Attribute (string) Third accelerator name.
acceleratorName4 Attribute (string) Fourth accelerator name.
islocal Attribute (boolean) True if the action is a front-end local action. False otherwise