Version 7 (modified by 11 years ago) (diff) | ,
---|
Contents
Support simple multi selectbox field
Notice: This plugin is unmaintained and available for adoption.
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. (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:
[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
Operation Tips
revert function
Revert selected multiple values
To revert multiple select values during you are editing. Unfortunately, Trac don't care about it. (confirmed 1.0.2) To use Trac's revert function, you must apply a patch included in the source distribution.
$ cd path/to/trac
$ patch -p0 < patch/support-multipleselct-for-reverthandler-trac10.patch
$ restart Trac
Bugs/Feature Requests
Existing bugs and feature requests for TracMultiSelectBoxPlugin are here.
If you have any issues, create a new ticket.
Download
Download the archived source from here.
Source
You can clone TracMultiSelectBoxPlugin from here using Mercurial, or browse the source.
Acknowledgment
This plugin was inspired by 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
Attachments (3)
-
multiselectbox1.png (3.5 KB) - added by 11 years ago.
select multiple values
-
multiselectbox2.png (3.2 KB) - added by 11 years ago.
show selected multiple values
-
multiselectbox3.png (7.1 KB) - added by 11 years ago.
revert selected multiple values
Download all attachments as: .zip