Changes between Version 8 and Version 9 of TaggingPresets


Ignore:
Timestamp:
Aug 15, 2008 4:43:57 PM (5 years ago)
Author:
anonymous
Comment:

Removed readonly

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v8 v9  
    8383 '''delete_if_empty="true"''':: 
    8484   If the text (or combo) box is left empty, the key is removed instead inserting an key with empty value. Default is "false". 
    85  '''readonly="true"''':: 
    86    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. 
    8785 '''values="entry1,entry2,entry3"''':: 
    8886   A comma separated list of entries (for the combo box). It is not possible to specify an entry that contain a comma.