Changes between Version 76 and Version 77 of TaggingPresets
- Timestamp:
- 2014-10-30T13:24:09+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TaggingPresets
v76 v77 64 64 '''<separator/>''':: 65 65 Insert a line separator into the menu. 66 ==== Create instructions for the user ==== 66 ==== Create instructions for the user and preset window layout ==== 67 67 '''<label>''':: 68 68 Labels are static texts for display. ''text'' is a required attribute. … … 70 70 Used to group some optional elements of an item. Possibly equivalent to <label text="Optional Attributes:"/> 71 71 '''<space />''':: 72 Add some space (ie a newline) in the preset display.72 Add some space (ie a newline). 73 73 '''<item_separator />''':: 74 Add a horizontal separator line between items (in preset window).74 Add a horizontal separator line between items. 75 75 '''<link>''':: 76 76 Specify a web link for this feature or to anything else of use. The ''href'' attribute is required. 77 '''<checkgroup>''':: 78 To group checks. The ''columns'' attribute is required. 77 79 ==== Set a fixed key value pair ==== 78 80 '''<key>''':: … … 145 147 '''ref="unique_identifier"''':: 146 148 the unique identifier of the (already defined) template to include 149 '''columns="a number"''':: 150 the number of columns of grouped checks 147 151 148 152 To support translations, all textual elements may be used in translated form. E.g. "de.name" would represent the name in case German language support is loaded. … … 234 238 values_searchable: true/false (whether to search in multiselect (display_)values when searching for presets) 235 239 236 checkgroup: group of checks237 columns: number of columns238 239 240 check: checkbox 240 241 key: key to set
