Mercurial > lada > lada-client
comparison app/view/form/Messprogramm.js @ 1385:3f499c52eee6
changed layout form/Messprogramm.js (Deskriptoren)
author | Evi Huber <ehuber@bfs.de> |
---|---|
date | Thu, 23 Feb 2017 12:49:28 +0100 |
parents | bfdc00c24baf |
children | 418b9afee700 |
comparison
equal
deleted
inserted
replaced
1384:59c1f162fe8f | 1385:3f499c52eee6 |
---|---|
297 width: '100%', | 297 width: '100%', |
298 items: [{ | 298 items: [{ |
299 xtype: 'umwelt', | 299 xtype: 'umwelt', |
300 name: 'umwId', | 300 name: 'umwId', |
301 fieldLabel: i18n.getMsg('umwId'), | 301 fieldLabel: i18n.getMsg('umwId'), |
302 labelWidth: 125, | 302 labelWidth: 100, |
303 editable: true, | 303 editable: true, |
304 listeners: { | 304 listeners: { |
305 dirtychange: { | 305 dirtychange: { |
306 fn: this.updateOnChange, | 306 fn: this.updateOnChange, |
307 scope: me | 307 scope: me |
313 type: 'hbox', | 313 type: 'hbox', |
314 align: 'stretch' | 314 align: 'stretch' |
315 }, | 315 }, |
316 width: '100%', | 316 width: '100%', |
317 items: [{ | 317 items: [{ |
318 xtype: 'textfield', | 318 xtype: 'tfield', |
319 maxLength: 38, | 319 maxLength: 38, |
320 enforceMaxLength: true, | 320 enforceMaxLength: true, |
321 name: 'mediaDesk', | 321 name: 'mediaDesk', |
322 width: '60%', | 322 width: '58%', |
323 labelWidth: 125, | 323 labelWidth: 100, |
324 fieldLabel: i18n.getMsg('mediaDesk'), | 324 fieldLabel: i18n.getMsg('mediaDesk'), |
325 editable: false, | 325 editable: false, |
326 readOnly: true, | 326 readOnly: true, |
327 listeners: { | 327 listeners: { |
328 dirtychange: { | 328 dirtychange: { |
332 } | 332 } |
333 }, { | 333 }, { |
334 xtype: 'textfield', | 334 xtype: 'textfield', |
335 name: 'media', | 335 name: 'media', |
336 margin: '0, 10, 5, 10', | 336 margin: '0, 10, 5, 10', |
337 width: '40%', | 337 width: '42%', |
338 enforceMaxLength: true, | 338 enforceMaxLength: true, |
339 editable: false, | 339 editable: false, |
340 readOnly: true | 340 readOnly: true |
341 }] | 341 }] |
342 }, { | 342 }, { |