view app/view/widget/ProbenintervallSlider.js @ 813:ee8cce4b4522

In some cases there was an error bc. the Item in the StatuswerteStore was not found. this is fixed now.
author Dustin Demuth <dustin@intevation.de>
date Thu, 28 May 2015 11:06:13 +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