This site has moved to the integrated Appfire documentation and information site for our apps.
From February 2024 this site is no longer updated.
Take a look here! If you have any questions please email support@appfire.com
list select
list selectÂ
macro
{list-select}
Defines a column as a selection (drop-down menu).Â
The selection can be from a list of options, a list of labels or a list of users.
Add the list-select
macro
The  list-select
macro is added to the body of the listÂ
macro to create a drop-down selection column in the list on the page.
The drop-down selection is configured in the Edit 'List select' macro dialogue box.
If Use Labels is not checked and no Users group is specified, a list of options for the selection can be added to the macro body.
Use labels for the drop-down selection options
Checking Use Labels, will allow the choice of existing labels from the list content to be added to the macro body to be used as the drop-down selection options. Content in the list that has one of these labels will show the label pre-selected in the drop-down selection.
If labels are used, changing the drop-down selection will update the label on the linked page.
User group members for the drop-down selection options
Adding a Confluence user group to Users group in the Edit macro dialogue box will populate the drop-down selection with the group members.
Configure access and storage of the column values
The list-select
macro can be configured so
the column values to be read-only
the column values are stored with the row entry page or stored in the page containing the list
The values can be accessed as metadata values (see the Parameters table below).
See Examples 5, 6 and 7.
Parameters
parameter | Mandatory? | Default | Description | Comment |
---|---|---|---|---|
| yes | The heading of the column | ||
| no |
| Instead of setting a metadata value, add the selected label | |
| no | Instead of listing the value, use the given users group to select from a list of users. Use | Not available with Comala Boards | |
| no |
| Determines where to store the value. Use |
|
| no |
| Type of value to be used to sort the table by this column. Values could be any of A: Already sorted; C: Currency; D: Date; F: Float; I: Integer; S: String | |
| no | Width of the column | ||
| no |
| Whether or not the column is read-only | |
| no | The style sheet (CSS) class to use for the cells | ||
macro body | If no |
Â