Changes

UBIK Active Lists

1,180 bytes removed, 17 April
/* Client Behavior */
= Client Behavior =
When an integer MetaProperty has an ActiveList defined, the property is displayed using the existing icon (the same icon applied to properties with a SelectiveList), followed by the property's display string and the label of the currently selected list item in a closed drop-down component{{Version/ServerSince|5.0.0.0}}.See also [[Active List Client]]
For editing, the client uses a dropdown menu UI component. The dropdown menu enables users to select exactly one value for the MetaProperty from the ActiveList.When the user opens the dropdown[[Category* All available options from the ActiveList are displayed as text labels.|UBIK Active Lists]]* The label for each option is shown in the language configured on the web service. If a translation for the configured language is unavailable, the label is displayed in the default language.* Each option in the ActiveList has an associated unique integer value that is set to the MetaProperty when selected.* Only one option can be selected at a time. Selecting an option updates the MetaProperty value immediately. Sorting of items in the dropdown[[Category* If all options in the ActiveList have unique sort order values, they are displayed in ascending order of these sort order values.* If sort orders are not unique, options with the same sort order are sorted in ascending order by their label.Server|UBIK Active Lists]]
= Server-Side Concept =
138
edits