我的邮箱:dengyigang@126.com
在treeTest.htm 文件中,
MainPanel = function() {
this.urls=[];
this.homePage="pages/testvm.vm";//关键的调用,嵌入到extjs框架中。
this.currentUrl=this.homePage;
this.openTab = function(panel, id) {
var o = (typeof panel == "string" ? panel : id || panel.id);
var tab = this.getCompon ...







评论排行榜