Changes between Version 36 and Version 37 of TaggingPresets


Ignore:
Timestamp:
2011-03-28T22:44:14+02:00 (15 years ago)
Author:
rodo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v36 v37  
    7575   Displays a multiple choice combo box. ''key'' and ''values'' are mandatory and ''text'', ''default'', ''readonly'' and ''required'' is optional.
    7676   If readonly is not set, combo boxes can be edited as if they were text fields (additional to the drop down menu). Readonly
    77    combo boxes can only contain one of the specified values.
     77   combo boxes can only contain one of the specified values.  (Warning '''Readonly does not work''' yet as indicated in #6156 and #409)
     78
    7879 '''<multiselect>'''::
    7980   Displays a list from which zero or more items can be chosen. ''key'' and ''values'' are mandatory, and ''text'', ''default'', ''delimiter'', and ''required'' are optional. The selected values will be concatenated with the specified delimiter (default: semicolon) and written to the tag value. If a tag value has already been set when the preset dialog is opened, the multiselect will attempt to mark the appropriate items in the list as select. If the tag value cannot be represented by a combination of choices in the list, then the list will be disabled so that the user cannot accidentally overwrite a custom value. In contrast to the "combo" element, the "multiselect" expects the list of values, descriptions etc. to use the specified delimiter, i.e. by default you will have to use a semicolon. You can specify delimiter="," but then a comma will also be used in the tag value.
     
    117118   Specify the false value to be entered in the <key> tag (default is "no").
    118119 '''readonly="true"'''::
    119    The combo box is readonly, which means that the user can only select an item in the list.
     120   The combo box is readonly, which means that the user can only select an item in the list. (Warning '''Readonly does not work''' yet as indicated in #6156 and #409)
    120121 '''use_last_as_default="true"'''::
    121122   For combo boxes or text fields the last value is used as default.