var viewport = new Ext.Viewport({
items:[ {
xtype:"tabpanel",
id:"tpanel",
baseCls:"x-plain",
activeTab:0,
listeners:{
"render":function(){
var p = this.add(new Ext.Panel({
id: 'id',
html:"hello"
})).show();
}
}
}]
});
tabpanel 添加 tab
最新推荐文章于 2024-08-31 10:28:49 发布