Mercurial > lada > lada-client
comparison app/view/widget/base/ComboBox.js @ 1108:7baaf2cd3f57
Redesign in Messgrogrammform
author | Evi Huber <ehuber@bfs.de> |
---|---|
date | Fri, 13 May 2016 14:24:07 +0200 |
parents | 15d7b7a9e177 |
children | 08bd9f1c791b |
comparison
equal
deleted
inserted
replaced
1107:9bcd17f7a0ae | 1108:7baaf2cd3f57 |
---|---|
18 border: 0, | 18 border: 0, |
19 | 19 |
20 margin: '0, 0, 5, 0', | 20 margin: '0, 0, 5, 0', |
21 | 21 |
22 initComponent: function() { | 22 initComponent: function() { |
23 console.log(this.editable); | |
24 if (this.editable === undefined) { | 23 if (this.editable === undefined) { |
25 this.editable = true; | 24 this.editable = true; |
26 } | 25 } |
27 this.items = [{ | 26 this.items = [{ |
28 xtype: 'combobox', | 27 xtype: 'combobox', |