Changes between Version 2 and Version 3 of TaggingPresets


Ignore:
Timestamp:
2007-07-31T12:46:25+02:00 (19 years ago)
Author:
Blackadder
Comment:

spelling corrections

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v2 v3  
    8181   The description, that will be displayed before (after in case of <check>) the gui element.
    8282 '''default="default_value"'''::
    83    The default value for the item. If not specified, the current value of the key is choosen 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).
    8484 '''delete_if_empty="true"'''::
    8585   If the text (or combo) box is left empty, the key is removed instead inserting an key with empty value. Default is "false".
    8686 '''readonly="true"'''::
    87    Set the combobox to readonly mode, where the user can not edit the value directyl 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.
    8888 '''values="entry1,entry2,entry3"'''::
    89    A comma seperated 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.
    9090 '''display_values="Entry1,Entry2,Entry3"'''::
    91    A comma seperated 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.
    9292 '''value="foobar"'''::
    9393   Specify a value to be entered in the <key> tag.