Mercurial > lada > lada-client
view app/view/widget/ProbenintervallSlider.js @ 759:b7484c7da2d4
Unified the Messprogramm windows. Unfortunately the Roweditor of Messmethodengrid is broken in this commit. This is due to the fact that the Mmt store is noit autoloaded anymore
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 07 May 2015 10:55:44 +0200 |
parents | b8502964f5c3 |
children | bb2593ca23e8 |
line wrap: on
line source
Ext.define('Lada.view.widget.ProbenintervallSlider', { extend: 'Ext.slider.Multi', alias: 'widget.probenintervallslider', useTips: false, //editable: this.editable || false, initComponent: function() { var i18n = Lada.getApplication().bundle; this.callParent(arguments); } });