PFFieldUser_DisplayMode Enumeration |
Namespace: Packflow.Core
public enum PFFieldUser_DisplayMode
Member name | Value | Description | |
---|---|---|---|
DropDownList | 0 | The control is displayed as drop down list, allowing selecting an unique value. | |
Choices | 1 | The control is displayed as a list of choices, using radio buttons or checkboxes. | |
HiddenChoices | 2 |
[Not currently used] The control is displayed as an hidden list of choices,
using radio buttons or checkboxes.
The list can be displayed or hidden using a toggle button. The selected value are shown as a list of texts, next to the toggle button. | |
AutoComplete | 3 | The control is displayed as a text zone containing selected values. Tue user can select values with a quick search tool displaying filtered users and groups. | |
ExternalForm | 4 | [Not currently used] The control is displayed as list of selected values, followed by an button displaying a selection window. |