Skip to main content

Provide simple multiple select values field

Project description

Notes

TracMultiSelectBoxPlugin treats pseudo multipul 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

Acknowledgment

This plugin was inspired by MultiSelectFieldPlugin. MultiSelectFieldPlugin is good choice if you’re finding more rich selectbox.

ChangeLog

0.5.0 (2014-02-19)

  • first release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TracMultiSelectBoxPlugin-0.5.0.tar.gz (8.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page