; xtype : 'numberfield', maxValue : 100, maxText : '年龄不能超过100岁', minValue : 1, minText : '年龄不能小于1岁', fieldLabel : '年龄', name : 'age', allowBlank : false, blankText : '年龄不能为空' }, new Ext.form.TextArea( { fieldLabel : '备注', name : 'remark', growMin : 234, maxLength : 50, maxLengthText : '最大长度不能超过50个字符!' })], buttons : [ { text : '保存', disabled : false, handler : function() { if(form1.form.isValid()) { form1.form.submit( &上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >>
|