comparison app/view/widgets/LadaForm.js @ 506:2b5aa0e6e641

Moved min width from lada form superclass to concrete form classes.
author Raimund Renkert <raimund.renkert@intevation.de>
date Sat, 13 Dec 2014 14:09:57 +0100
parents 369917727c86
children 66f3c5d258e2
comparison
equal deleted inserted replaced
505:5d958fb1dd26 506:2b5aa0e6e641
16 extend: 'Ext.form.Panel', 16 extend: 'Ext.form.Panel',
17 17
18 alias: 'widget.ladaform', 18 alias: 'widget.ladaform',
19 bodyPadding: '10 10', 19 bodyPadding: '10 10',
20 border: 0, 20 border: 0,
21 minWidth: 650,
22 21
23 /** 22 /**
24 * Can be a reference to a model instance or a model class name. 23 * Can be a reference to a model instance or a model class name.
25 */ 24 */
26 model: null, 25 model: null,

http://lada.wald.intevation.org