Mercurial > lada > lada-client
view app/view/widget/ProbenintervallSlider.js @ 945:023e622f9551
Added the ability to work with "StatusWerten" which are delivered by the lada-server.
To enable the uses of StatusWerte, the controller for the status grid, needed to be extended.
In addition, the form and grid views of Messung and Status were updated.
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Tue, 27 Oct 2015 16:46:58 +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); } });