Changes between Initial Version and Version 1 of MultiSelectFieldPlugin


Ignore:
Timestamp:
Apr 21, 2013, 9:51:12 PM (11 years ago)
Author:
Olli Kallioinen
Comment:

New hack MultiSelectFieldPlugin, created by ollika

Legend:

Unmodified
Added
Removed
Modified
  • MultiSelectFieldPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= MultiSelectFieldPlugin =
     4
     5== Description ==
     6
     7Plugin 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.
     8
     9The data is saved as a normal text field with the values separated by '|'.
     10
     11The selection component itself is using http://harvesthq.github.io/chosen/ to implement multiple selection in a more user friendly way.
     12
     13== Bugs/Feature Requests ==
     14
     15Existing bugs and feature requests for MultiSelectFieldPlugin are
     16[report:9?COMPONENT=MultiSelectFieldPlugin here].
     17
     18If you have any issues, create a
     19[http://trac-hacks.org/newticket?component=MultiSelectFieldPlugin&owner=ollika new ticket].
     20
     21== Download ==
     22
     23Download the zipped source from [download:multiselectfieldplugin here].
     24
     25== Source ==
     26
     27You can check out MultiSelectFieldPlugin from [http://trac-hacks.org/svn/multiselectfieldplugin here] using Subversion, or [source:multiselectfieldplugin browse the source] with Trac.
     28
     29== Example ==
     30
     31Install and enable plugin. Then add a new custom field to your conf/trac.ini
     32
     33For example:
     34
     35[ticket-custom]
     36environament.format = list
     37environment = text
     38environment.label = Environment
     39environment.multiselect = true
     40environment.options = Android|iPhone|iPad|Windows|Linux|MacOs
     41environment.order = 2
     42
     43This will add a new field supporting multiple selection called 'environment' with some predefined values.
     44
     45== Recent Changes ==
     46
     47[[ChangeLog(multiselectfieldplugin, 3)]]
     48
     49== Author/Contributors ==
     50
     51'''Author:''' [wiki:ollika] [[BR]]
     52'''Maintainer:''' [wiki:ollika] [[BR]]
     53'''Contributors:'''