[[PageOutline(2-5,Contents,pullout)]] = Support simple multi selectbox field = == Description == TracMultiSelectBoxPlugin treats pseudo multiple select values with the ticket custom field. Note: TracMultiSelectBoxPlugin requires Trac 1.0 or higher since it uses the `list` format of text type. ([http://trac.edgewall.org/wiki/TracTicketsCustomFields TracTicketsCustomFields]) === Features === - Provide simple multiple select values field As compared to other alternatives, this plugin is intended to be simple and light weight, easy to use. == Configuration == To use multiple select values like this: {{{#!ini [components] multiselectbox.filter.multiselectbox = enabled [ticket-custom] multiselectfield = text multiselectfield.format = list multiselectfield.label = my custom field multiselectfield.multiple = true multiselectfield.options = foo bar baz # each value is delimited with space multiselectfield.size = 4 # size attribute passed to select tag multiselectfield.value = bar # default value when new ticket is created }}} == Example == '''''Select multiple values''''' [[BR]][[BR]] [[Image(multiselectbox1.png)]] '''''Show selected multiple values''''' [[BR]][[BR]] [[Image(multiselectbox2.png)]] == Bugs/Feature Requests == Existing bugs and feature requests for TracMultiSelectBoxPlugin are [https://bitbucket.org/t2y/trac.plugins.multiselectbox/issues here]. If you have any issues, create a [https://bitbucket.org/t2y/trac.plugins.multiselectbox/issues/new new ticket]. == Download == Download the archived source from [http://pypi.python.org/pypi/TracMultiSelectBoxPlugin here]. == Source == You can clone TracMultiSelectBoxPlugin from [https://bitbucket.org/t2y/trac.plugins.multiselectbox/ here] using Mercurial, or browse the source. == Acknowledgment == This plugin was inspired by [http://trac-hacks.org/wiki/MultiSelectFieldPlugin MultiSelectFieldPlugin]. It is good choice if you're finding more rich selectbox. == Recent Changes == See https://bitbucket.org/t2y/trac.plugins.multiselectbox/commits. == Author/Contributors == '''Author:''' [wiki:t2y] [[BR]] '''Maintainer:''' [wiki:t2y] [[BR]] '''Contributors:'''