Mercurial > lada > lada-client
comparison app/view/widget/base/ComboBox.js @ 1113:566976d72ce5
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 17 May 2016 17:13:02 +0200 |
parents | 7baaf2cd3f57 |
children | 08bd9f1c791b |
comparison
equal
deleted
inserted
replaced
1112:e76551a6da27 | 1113:566976d72ce5 |
---|---|
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', |