Document Selector

Used to select a document from the document tree in Qubes.

Properties

PropertyDescription
AutoCompleteModeDefines how the selectors behave. There are two possible values: Start / Contains.
CoWriterFilters for the document's co-writer (a list is possible).
DocTypeFilters for the document type (a list is possible).
EnabledBoolean indicating whether or not the component is enabled.
FolderFilters for the document's folder (a list is possible).
ForInformationFilters for one of the people informed about the document (a list is possible).
FormatDisplayValueMacro 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.
FormatSelectValueMacro string defining a display format for an element in the selector list.
These fields are not used to filter the elements in the selector list.
FormatResultValueMacro string defining a format for the value returned by the selector.
HintSpecifies the user hint string that will appear in the component's interactive help bubble.
PaperCopyManagerFilters for one of the owners of a hard copy (a list is possible).
SelectorColumnsList of fields to display as columns in the selector table that opens when the user clicks on a selector's button.
StateID for the document's state (creation, application, etc.). Not advised; use the Status field, instead.
SubFoldersBoolean value indicating whether or not to search the sub-folders.
TabIndexInteger indicating the component's tab order (Qubes 5.6).
ToApplyFilters for one of the document's appliers (a list is possible).
ToApproveFilters for one of the document's approvers (a list is possible).
ToCommentFilters for one of the document's commenters (a list is possible).
ValueInitialDetermines the component's initial value when the screen opens and each time it is reset (see Reset Button).
VisibleBoolean indicating whether or not the component will be visible.
WriterFilters for the document's owner (a list is possible).

List of available fields

NameDescription
NAMEFolder name
DESCRIPTIONDescription of the folder
RUDUnique document ID
MAJORMajor version number
MINORMinor version number
TYPEType of document
WRITEROwner
COWRITERCo-writer
STATUSStatus
CREATION_DATECreation date
APPLICATION_DATEApplication date
EXPIRATION_DATEExpiration 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.

Classification

Selectors Documents