[[PageOutline(2-5,Contents,pullout)]] = MultiSelectFieldPlugin = == Description == Plugin allowing custom fields in tickets supporting multiple selection mode. that have a set of predefined values. Each field can be assigned multiple values that can be selected. The data is saved as a normal text field with the values separated by '|'. The selection component itself is using http://harvesthq.github.io/chosen/ to implement multiple selection in a more user friendly way. == Bugs/Feature Requests == Existing bugs and feature requests for MultiSelectFieldPlugin are [report:9?COMPONENT=MultiSelectFieldPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=MultiSelectFieldPlugin&owner=ollika new ticket]. == Download == Download the zipped source from [download:multiselectfieldplugin here]. == Source == You can check out MultiSelectFieldPlugin from [http://trac-hacks.org/svn/multiselectfieldplugin here] using Subversion, or [source:multiselectfieldplugin browse the source] with Trac. == Example == Install and enable plugin. Then add a new custom field to your conf/trac.ini For example: {{{ [ticket-custom] environament.format = list environment = text environment.label = Environment environment.multiselect = true environment.options = Android|iPhone|iPad|Windows|Linux|MacOs environment.order = 2 }}} This will add a new field supporting multiple selection called 'environment' with some predefined values. [[Image(multiselectfield.2.png)]] == Recent Changes == [[ChangeLog(multiselectfieldplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:ollika] [[BR]] '''Maintainer:''' [wiki:ollika] [[BR]] '''Contributors:'''