Mercurial > lada > lada-client
comparison app/view/widget/base/TextField.js @ 930:efb8cf646771
Changed 'medie' and 'mediadesk' fields to readonly fields
author | Michael Stanko <mstanko@bfs.de> |
---|---|
date | Tue, 22 Sep 2015 09:32:34 +0200 |
parents | 777bf66dbb11 |
children | d6e259e76de6 |
comparison
equal
deleted
inserted
replaced
929:62665a456dcb | 930:efb8cf646771 |
---|---|
26 msgTarget: 'none', | 26 msgTarget: 'none', |
27 maxLength: this.maxLength || 1000, | 27 maxLength: this.maxLength || 1000, |
28 enforceMaxLength: this.enforceMaxLength || true, | 28 enforceMaxLength: this.enforceMaxLength || true, |
29 fieldLabel: this.fieldLabel, | 29 fieldLabel: this.fieldLabel, |
30 labelWidth: this.labelWidth, | 30 labelWidth: this.labelWidth, |
31 readOnly: this.readOnly || false, | |
31 listeners: this.listeners | 32 listeners: this.listeners |
32 }, { | 33 }, { |
33 xtype: 'image', | 34 xtype: 'image', |
34 name: 'warnImg', | 35 name: 'warnImg', |
35 src: 'resources/img/dialog-warning.png', | 36 src: 'resources/img/dialog-warning.png', |