TargetID *
|
ActionDescriptor
|
The reference to the action descriptor.
|
ActionEnabledCondition
|
ActionEnabledCondition
|
This complex attribute lets you define rules for when the action is activated. Non-activated actions are disabled, and cannot be executed by the user.
|
Default_Action [U]
|
Boolean
|
Defines whether this action should be carried out by a double-click on the application entry. Only one application action can be declared as the Default_Action.
The default value is
false.
|
Label [O]
|
String
|
Labeling of the action in the context menu. If no label is stated, the label of the referenced action descriptor will be used.
|
Separator_After
|
Boolean
|
Determines whether to insert a separation line behind the context menu entry.
The default value is false.
|
SeqNo
|
Integer
|
The Position Number of the action in the context menu of an element.
|
Execution Type *
|
Selection
|
Determines when to execute the action.
Valid values are:
- Manual
- the action will appear in the context menu of the application entry
- Onload
- the action is executed when the AWM model is loaded
- OnFirstLoad
- the action is executed when the AWM model is loaded but only once
- OnUnload
- the action is executed when the AWM model is unloaded
Manual is the default value.
|
Skip model update check
|
Boolean
|
Determines whether the a model update check should be executed if the action is executed. This is only relevant for actions which are executed when loading the model.
|