Changes between Version 79 and Version 80 of TaggingPresets


Ignore:
Timestamp:
2014-10-30T14:56:13+01:00 (11 years ago)
Author:
Klumbumbus
Comment:

joined "label"

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v79 v80  
    6666==== Create instructions for the user and preset window layout ====
    6767 '''<label>'''::
    68    Labels are static texts for display. ''text'' is a required attribute.
     68   Labels are static texts for display. ''text'' is a required attribute, ''icon'' and ''icon_size'' are optional.
    6969 '''<optional>'''::
    7070   Used to group some optional elements of an item. Possibly equivalent to <label text="Optional Attributes:"/>
     
    113113 '''icon="iconname"'''::
    114114   A name or link to an icon. The image will be used as icon to display in the selection list and when adding the preset to the toolbar. The icon should be quadratic in size. See [[Styles#Iconhandling]] how icons can be specified.
     115 '''icon_size="a number"'''::
     116   The maximal size of an icon in px. If no value is given, default is 16 for <label>.
    115117 '''key="some_key"'''::
    116118   This specifies the property key that will be modified by the item. In case of <role> it is the role name used in a relation.
     
    181183                     (defaults to "false" for backward-compatibility on external presets)
    182184
    183 label: simple static text label
    184   text: the text to display
    185   icon: location of icon to display (optional)
    186   icon_size: maximal size of icon (optional). If no value is given, default is 16px
    187 
    188185optional: optional tags, short for "space" plus "label" plus "space"
    189186  text: the text to display (defaults to "Optional Attributes:")