Mercurial > lada > lada-client
view app/view/widget/ProbenintervallSlider.js @ 941:94d8ea3b98ba
Added a simple build script, which will not work in every environment. You need to edit the path to sencha command in order tu run this script.
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 01 Oct 2015 10:24:06 +0200 |
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); } });