Initializing help system before first use

vdl-action-attachment-manage

Open the attachment manage dialog. The value passed into this action will return unchanged.

Required parent element

Must be contained within one of the following elements:

Example

<vdl-action-group name="showAttachmentManage">
  <vdl-action-attachment-manage scope="app" message="Update the App attachments."></vdl-action-attachment-manage>
</vdl-action-group>

Attributes

message A message to include in the attachment manage dialog for user instruction. accepts expression
scenario The scenario to open the attachment manage dialog for, when scope="scenario". Defaults to the first scenario. You can specify either a scenario id or the current position of the scenario on the shelf. accepts expression
scope The scope of the attachment manage dialog. Either "app" or "scenario". Defaults to "scenario".