Feature proposal #4210
closedUpgrade XML params handler
Description
Implement new param handlers and update existing usages to include better features. For example implement multiple="multiple" support for list types. Also implement a type="multilist" to have multi-select dropdown params.
Updated by krileon about 11 years ago
Upgraded viewaccesslevel type to support multiple="multiple".
Updated by krileon about 11 years ago
Upgraded usergroup type to support multiple="multiple".
Updated by krileon about 11 years ago
Upgraded field type to support multiple="multiple".
Updated by krileon about 11 years ago
Implemented optionsvalue="name", optionsvalue="idname", and optionsvalue="nameid" for field type. This will allow the selects values to have a comma separated field name value, field id and name value, or field name and id value.
Implemented optionstext="titlename" for field type. This will allow titles to display as "Title (Name)" to help better select a field where needed as field titles are not unique.
Both are optional and if not used will always show normal behavior.
Updated by krileon about 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 20 to 100
Backported CBSubs params types for usability in CB plugin params. The above field param changes are removed as too specific.