p; { name : 'username', mapping : 'username' }, { name : 'age', mapping : 'age', type : 'int' }, { name : 'remark', mapping : 'remark' }]); //添加用户的Form form1 = new Ext.FormPanel({ labelWidth : 75, frame : true, title : '添加用户', bodyStyle : 'padding:5px 5px 0', width : 350, waitMsgTarget : true, url : '${ctx}/UserServlet?method=save', defaults : { width : 230 }, defaultType : 'textfield', items : [ { fieldLabel : '用户名', name : 'username', //后台得到数据用 allowBlank : false, blankText : '用户名不能为空' }, {  上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >>
|