If the file descriptor is defined as a structured table and the table is part of a modeled dialog or an ISPF dialog, the actions to appear in the table’s context menu can be modeled using the relation between the file descriptor and an action descriptor.
Attribute | Type | Description |
---|---|---|
TargetID * | ActionDescriptor | References the action descriptor. |
Default_Action [U] | Boolean | Determines whether this action should be executed by a double-click on the table item. Only one file descriptor action of a structure table can be declared as the Default_Action. |
Label [O] | String | Labels the action in the context menu. If no label is stated, the label of the referenced action descriptor is used. |
Separator_After | Boolean | Determines whether to insert a separation line after the context menu entry. |
SeqNo | Integer | Position number of the action in the context menu of a table item. |
Enabled Condition [O] | Enabled_Condition | Relationship to an enabled condition. The action is disabled if the condition is false. See Enabled Condition for more information. |