Changes between Version 4 and Version 5 of TracMultiSelectBoxPlugin


Ignore:
Timestamp:
Feb 19, 2014, 5:50:15 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Fix comment marker

Legend:

Unmodified
Added
Removed
Modified
  • TracMultiSelectBoxPlugin

    v4 v5  
    3232multiselectfield.label = my custom field
    3333multiselectfield.multiple = true
    34 multiselectfield.options = foo bar baz  # each value is delimited with space
    35 multiselectfield.size = 4               # size attribute passed to select tag
    36 multiselectfield.value = bar            # default value when new ticket is created
     34multiselectfield.options = foo bar baz  ; each value is delimited with space
     35multiselectfield.size = 4               ; size attribute passed to select tag
     36multiselectfield.value = bar            ; default value when new ticket is created
    3737}}}
    3838