Wiki Markup |
---|
{scrollbar} |
Parameters: | fieldname | |
| displayName | |
| hint | |
| defaultValues | |
| values | |
| dispNames | |
| displayStyle | |
Result: | none |
...
displayStyle: specifies the control that should be used to present the choices to the user. The allowed values are:
Style Tag | Control |
---|---|
radio: |
...
Radio buttons | |
select: |
...
A dropdown select/combo box | |
list: |
...
A singl select list box | |
list-multi: |
...
A multi-select list box | |
check-multi: |
...
A multi-select collection of check |
...
boxes |
check-multi-scroll: |
...
A scrolling, multi-select set of check boxes | |
check-multi-scroll-2-column: |
...
A scrolling, two-column, multi-select set of check boxes | |
check-multi-scroll-3-column: |
...
A scrolling, three-column, multi-select set of check boxes | |
check-multi-scroll-4-column: |
...
A scrolling, four-column, multi-select set of check boxes |
Example
The printer component creates a list of printer names for the user to select from. It uses the last printer used as the default selection. It does not provide a hint to the user or provide a mapping of display names for the printer names. It specifies that a select list (combo box) should be used to get the users input.
...