The StartMenuCommand object

Path: application/ui/startmenu/command[name]

Snippet ID: StartMenuCommand

Corresponding AUI Tree element: StartMenuCommand

The StartMenuCommand is an object implementing a StartMenuItem object that represents a StartMenu command.

This object value is rendered thru the StartMenuCommand 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 StartMenuCommand.
id Attribute (string) Command identifier.
DID Deprecated ! Attribute (string) Dialog identifier.

This path is deprecated. Use IDID or XDID instead.

IDID Attribute (string) Dialog identifier in inclusive format..

For example:

<input 
 type="submit" 
 gwc:attributes="name IDID"
 ... />

Produces:

<input
 type="submit"
 name="m/89"
 ... />
XDID Attribute (string) Dialog identifier in exclusive format.

For example:

<input
 type="radio"
 gwc:attributes="name XDID;
 value ID"
 ... />

Produces:

<input
 type="radio"
 name="m"
 value="89"... />
name Attribute (string) StartMenu command identifier.
comment Attribute (string) Comment to be displayed for this command.
text Attribute (string) Text to be displayed for this command.
image Attribute (string) The associated image
disabled Attribute (boolean) True if the command is disabled
isActive Attribute (boolean) True if the command is active
exec Attribute (string) Command line to be executed.
waiting Attribute (boolean) True if the command is started without waiting.
hidden Attribute (number) Corresponds to the HIDDEN attribute in 4GL.