示例代碼:
Ext.onReady(function(){ var _panel = new Ext.Panel({ title:"用戶登陸", frame:true, width:250, height:130, layout:"form", labelWidth:45, defaults:{xtype:"textfield",width:160}, items:[ {fieldLabel:"賬號"}, {fieldLabel:"密碼"} ], buttons:[ {text:"確定"}, {text:"取消"} ] }); _panel.applyToMarkup(Ext.DomHelper.append(Ext.getBody(),{ tag:"div", cls:"contain", cn:[ {tab:"div",cls:"center"} ] },true).child("div")); });
效果圖: