Changes between Version 158 and Version 159 of TaggingPresets
- Timestamp:
- 2020-03-31T14:44:06+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TaggingPresets
v158 v159 165 165 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**. 166 166 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"`. 168 168 rows="count":: 169 169 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). … … 176 176 * `key!`: positive if key matches, negative otherwise 177 177 * `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>`. 181 180 id="unique_identifier":: 182 181 the unique identifier for this `<chunk>`
