; //Ext.Msg.alert('载入成功!'); }
游戏开发论坛:http-//jiushun8-com/forum.php?mod=viewthread&tid=3912&extra=page%3D1
}); } } //修改用户的窗体 var myFormWin = function() { newFormWin = new Ext.Window({ layout : 'fit', width : 400, height : 300, closeAction : 'hide', plain : true, title : '修改用户', items : form2 }); newFormWin.show(''); } /*注意JsonReader要放在Form上面,数据的加载顺序问题*/ var jsonFormReader = new Ext.data.JsonReader( { root : 'list', totalProperty : 'totalCount', successProperty : '@success' }, [ { name : 'id', mapping : 'id', type : 'int', }, &nbs 上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >>
|