view app/view/widget/ProbenintervallSlider.js @ 879:729bfea7e8b1

Re-Styled the markers in the map: Increased icon-size of selected-marker to 15px, added colored labels to the markers showing the bezeichnung of the location
author Dustin Demuth <dustin@intevation.de>
date Tue, 21 Jul 2015 12:05:19 +0200
parents bb2593ca23e8
children 2b7bcb778f0a
line wrap: on
line source
Ext.define('Lada.view.widget.ProbenintervallSlider', {
    extend: 'Ext.slider.Multi',
    alias: 'widget.probenintervallslider',
    useTips: false,
    isFormField: false,
    //editable: this.editable || false,

    initComponent: function() {
        var i18n = Lada.getApplication().bundle;

        this.callParent(arguments);
    }
});

http://lada.wald.intevation.org