Changes between Version 11 and Version 12 of TracMultiSelectBoxPlugin


Ignore:
Timestamp:
Sep 20, 2016, 6:28:07 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracMultiSelectBoxPlugin

    v11 v12  
    1111 * Provide simple multiple select values field.
    1212 * Compared to other alternatives, this plugin is intended to be simple and light weight, easy to use.
     13
     14'''Select multiple values:'''
     15
     16[[Image(multiselectbox1.png, border=2)]]
     17
     18'''Show selected multiple values:'''
     19
     20[[Image(multiselectbox2.png, border=2)]]
     21
     22'''Revert selected multiple values:'''
     23
     24[[Image(multiselectbox3.png, border=2)]]
     25
     26Reverting multiple select values during editing is not possible (confirmed for version 1.0.2). To use Trac's revert function, you must apply a patch included in the source distribution:
     27
     28{{{#!sh
     29$ cd path/to/trac
     30$ patch -p0 < patch/support-multipleselct-for-reverthandler-trac10.patch
     31$ restart Trac
     32}}}
    1333
    1434This plugin was inspired by MultiSelectFieldPlugin, which is a good choice, if you are looking for a more feature-rich selectbox.
     
    5272}}}
    5373
    54 == Example
    55 
    56 '''Select multiple values'''
    57 [[BR]][[BR]]
    58 [[Image(multiselectbox1.png)]]
    59 
    60 
    61 '''Show selected multiple values'''
    62 [[BR]][[BR]]
    63 [[Image(multiselectbox2.png)]]
    64 
    65 == Operation Tips
    66 
    67 === Revert function
    68 
    69 '''Revert selected multiple values'''
    70 [[BR]][[BR]]
    71 [[Image(multiselectbox3.png)]]
    72 
    73 Reverting multiple select values during editing is not possible (confirmed for version 1.0.2). To use Trac's revert function, you must apply a patch included in the source distribution:
    74 
    75 {{{#!sh
    76 $ cd path/to/trac
    77 $ patch -p0 < patch/support-multipleselct-for-reverthandler-trac10.patch
    78 $ restart Trac
    79 }}}
    80 
    8174== Recent Changes
    8275