Changes between Version 173 and Version 174 of TaggingPresets


Ignore:
Timestamp:
2020-06-09T10:31:01+02:00 (6 years ago)
Author:
Klumbumbus
Comment:

consistency

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v173 v174  
    141141 default="default_value"::
    142142  An explicitly declared default value for the item. This value is ''only'' applied through a preset when the object the preset is applied to has ''zero keys''.
    143   If no value for default is specified, no value is set to the key. Used in `<check />`, `<text />`, `<combo />` and `<multiselect />`. For `<check />` only the values `on` and `off` are valid.
     143  If no value for default is specified, no value is set to the key. Used in `<check />`, `<text />`, `<combo />` and `<multiselect />`. For `<check />` only the values `"on"` and `"off"` are valid.
    144144 values="entry1,entry2,entry3"::
    145145  A list of entries (for the `<combo />` box and `<multiselect />`). The list has to be separated by commas (for the combo box) or by the specified delimiter (for the multiselect). If a value contains the delimiter, the delimiter may be escaped with a backslash. If a value contains a backslash, it must also be escaped with a backslash.