PFFieldChoice_DisplayMode Enumeration |
Namespace: Packflow.Core
public enum PFFieldChoice_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 using a gridview. | |
TreeList | 4 | The control is displayed as a tree of choices, using radio buttons or checkboxes. |