Changes between Version 122 and Version 123 of TaggingPresets


Ignore:
Timestamp:
2015-12-05T12:28:47+01:00 (10 years ago)
Author:
Klumbumbus
Comment:

+hint

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v122 v123  
    138138  To use instead of "values" if the list of values has to be obtained with a Java method of this form: public static String[] getValues(); The value must be: "full.package.name.ClassName#methodName".
    139139 values_no_i18n="true|false"::
    140   Disables internationalisation for value to avoid mistakes, see #11696. Default is "false". Used in <combo> and <multiselect>.
     140  Disables internationalisation for value to avoid mistakes, see #11696. Default is "false". Used in <combo> and <multiselect>. (Useful e.g. for opening hours or brand names.)
    141141 values_sort="false"::
    142142  Values of <combo> and <multiselect> are sorted alphabetic in every language. With this attribute you can disable the alphabetic sorting if the values should keep the given order, see #5509 and #11926. (In the JOSM internal preset this is used for the keys "smoothness" and "trail_visibility".) Default is "true". Users can globaly disable sorting with the preference key `taggingpreset.sortvalues`.