Changes between Version 158 and Version 159 of TaggingPresets


Ignore:
Timestamp:
2020-03-31T14:44:06+02:00 (6 years ago)
Author:
skyper
Comment:

made description a bit clearer

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v158 v159  
    165165  The combo box is read only, which means that the user can only select an item in the list. Default is `"true"`, which means, the user can add other values as text. **Feature is broken see #6157**.
    166166 use_last_as_default="true|false|force"::
    167   For `<combo>`, `<multiselect>` or `<text>` fields the last value is used as default. Using `"force"` enforces this behavior also for already tagged objects. Default is `"false"`.
     167  For `<combo>`, `<multiselect>` or `<text>` fields the last used value is used as default. Using `"force"` enforces this behavior also for already tagged objects. Default is `"false"`.
    168168 rows="count"::
    169169  Specify the number of rows to display in `<multiselect>` entry (if not set, it is auto determined by java or the look and feel and results in e.g. 8).
     
    176176  * `key!`: positive if key matches, negative otherwise
    177177  * `keyvalue`: positive if key and value matches, neutral otherwise
    178   * `keyvalue!`: positive if key and value matches, negative otherwise
    179 
    180   Note that for a match, at least one positive and no negative is required. Default is `"keyvalue!"` for `<key>` and `"none"` for `<text>`, `<combo>`, `<multiselect>` and `<check>`.
     178  * `keyvalue!`: positive if key and value matches, negative otherwise \\
     179 **Note**: For a match, at least one positive and no negative is required. Default is `"keyvalue!"` for `<key>` and `"none"` for `<text>`, `<combo>`, `<multiselect>` and `<check>`.
    181180 id="unique_identifier"::
    182181  the unique identifier for this `<chunk>`