Document Tree Selector
Used to select a document from the document tree in Qubes.
Properties
| Property | Description |
| Enabled | Boolean indicating whether or not the component is enabled. |
| FormatDisplayValue | Macro string defining a display format for the text in the selector's text zone. Only the fields used to define display formats will be used to filter the elements in the selector list. |
| FormatResultValue | Macro string defining a format for the value returned by the selector. |
| Hint | Specifies the user hint string that will appear in the component's interactive help bubble. |
| TabIndex | Integer indicating the component's tab order (Qubes 5.6). |
| ValueInitial | Determines the component's initial value when the screen opens and each time it is reset (see Reset Button). |
| Visible | Boolean indicating whether or not the component will be visible. |
| IdInitial | ID of the initial document, e.g. doc10025456 |
| Header | Used to modify the text of the selector's header. If empty: Select a document |
List of available fields
| Name | Description |
| NAME | Document name |
| DESCRIPTION | Description of the document |
| RUD | Unique document ID |
| MAJOR | Major version number |
| MINOR | Minor version number |
| TYPE | Type of document |
| WRITER | Owner |
| COWRITER | Co-writer |
| STATUS | Status |
| CREATION_DATE | Creation date |
| APPLICATION_DATE | Application date |
| EXPIRATION_DATE | Expiration date |
Value
The component returns the value defined by the FormatResultValue property, if the selection is valid; if not, it will return an empty string.