view app/view/widget/ProbenintervallSlider.js @ 874:031b4431b1b8

Applied Patch which was presented in the Workshop: Umweltbereich ComboBox in shall not show the name of the umweltbereich
author Dustin Demuth <dustin@intevation.de>
date Fri, 17 Jul 2015 15:05:37 +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