Changeset 5180 in josm
- Timestamp:
- 2012-04-12T14:11:07+02:00 (13 years ago)
- Location:
- trunk/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r5166 r5180 47 47 the entry in 2-3 words.) Instead of comma separeted list 48 48 instead using values, display_values and short_descriptions, the following form is also supported: 49 <list_ itemvalue="" display_value="' short_description="" icon=""/>49 <list_entry value="" display_value="' short_description="" icon=""/> 50 50 default: default string to display (defaults to "") 51 51 use_last_as_default: true/false/force (default is "false") … … 65 65 the entry in 2-3 words.) Instead of a separated list 66 66 instead using values, display_values and short_descriptions, the following form is also supported: 67 <list_ itemvalue="" display_value="' short_description="" icon=""/>67 <list_entry value="" display_value="' short_description="" icon=""/> 68 68 default: default string to display (defaults to "") 69 69 use_last_as_default: true/false/force (default is "false") -
trunk/data/tagging-preset.xsd
r5167 r5180 126 126 </complexType> 127 127 128 128 <complexType name="list_entry"> 129 129 <attribute name="value" type="string" use="required" /> 130 <attribute name="value_context" type="string" /> 130 131 <attribute name="display_value" type="string" /> 131 132 <attribute name="short_description" type="string" />
Note:
See TracChangeset
for help on using the changeset viewer.