Changes between Version 2 and Version 3 of TaggingPresets
- Timestamp:
- 2007-07-31T12:46:25+02:00 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TaggingPresets
v2 v3 81 81 The description, that will be displayed before (after in case of <check>) the gui element. 82 82 '''default="default_value"''':: 83 The default value for the item. If not specified, the current value of the key is cho osen as default (if applicable).83 The default value for the item. If not specified, the current value of the key is chosen as default (if applicable). 84 84 '''delete_if_empty="true"''':: 85 85 If the text (or combo) box is left empty, the key is removed instead inserting an key with empty value. Default is "false". 86 86 '''readonly="true"''':: 87 Set the combobox to readonly mode, where the user can not edit the value direct yl but only may chosse a value from the list. Combine this with '''default''' to force the user to always set some value.87 Set the combobox to readonly mode, where the user can not edit the value directly but only may chose a value from the list. Combine this with '''default''' to force the user to always set some value. 88 88 '''values="entry1,entry2,entry3"''':: 89 A comma sep erated list of entries (for the combo box). It is not possible to specify an entry that contain a comma.89 A comma separated list of entries (for the combo box). It is not possible to specify an entry that contain a comma. 90 90 '''display_values="Entry1,Entry2,Entry3"''':: 91 A comma sep erated list of entries that is displayed to the user. Must be the same number of entries as values and '''readonly''' must be true or not specified.91 A comma separated list of entries that is displayed to the user. Must be the same number of entries as values and '''readonly''' must be true or not specified. 92 92 '''value="foobar"''':: 93 93 Specify a value to be entered in the <key> tag.
