Extensions.HMI.ShowDocumentDialog

From emotive
Revision as of 04:40, 4 August 2014 by Nb (talk | contribs) (Created page with "Category:HMI == Classification == {{ClassificationActivity | ShowDocumentDialog | Dialog that indicates to the user with a list of choices | Action| HMI|OTX HMI exte...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name ShowDocumentDialog
Short Description Dialog that indicates to the user with a list of choices
Class Action
Extension OTX HMI extension
Group Dialog related actions
Exceptions InvalidReferenceException
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

ShowDocumentDialog(String documentUri);

Description

The ShowDocumentDialog activity opens a dialog that can show through URI identified a document. The document can be any resource. Typical use of this dialogue is to show additional documentation for users, such as repair manuals and wiring diagrams or long security information that needs to read the user before a potentially dangerous operation.

Properties

Name Data Type Class Default Cardinality Description
Document String Term - [1] This element identifies the externaldocument that should be shown.

Examples

ShowDocumentDialog(documentUri);

See also

ConfirmDialog
InputDialog
ChoiceDialog