view app/view/widget/ProbenintervallSlider.js @ 990:c2a726887dd7

The last status can not be edited anymore. When a new status is added, the new record is preset with ALL previous variables, this includes the StatusStufe! The Date is corrected to the current date. Also the store is sorted by Datum now.
author Dustin Demuth <dustin@intevation.de>
date Wed, 16 Dec 2015 09:49:09 +0100
parents 2b7bcb778f0a
children
line wrap: on
line source
/**
 * This is a slider widget to display Probenintervalle
 */
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