Ext.ux.LightTabPanel.superclass.constructor.call(this, {
id : this.panelId,
title : this.treeNode.text,
layout : 'border',
closable : true,
autoScroll : true,
width: '100%',
height: '100%',
html: '<iframe width=100% height=100% src="
});
在面板的構造方法中這樣寫,就可以了