Ext里面Ext.Viewport如果在另外一个页面如何取到框架里panel对象
我在index.html页面用ext写了一个框架。其中在center部分我引用了一个页面html:'<iframescrolling="auto"frameborder=...
我在index.html页面用 ext写了一个框架。其中在 center部分我引用 了一个页面 html:'<iframe scrolling="auto" frameborder="0" width="100%" height="800" src="main.html"></iframe>',那么 我怎么在main.html有个按钮,我怎么取到panel对象。从而动态添加新的页面
index页面写的ext框架
center部分引用 了main.html
contentPanel = new Ext.TabPanel({
id:'centerP',
enableTabScroll:true,//能够滚动收缩
activeTab:0,//激活第一个标签
items:[{
id:'homePage',
layout:'fit',
title:'首页',
autoScroll:true,
html:'<iframe scrolling="auto" frameborder="0" width="100%" height="800" src="main.html"></iframe>'
}]
})
我是想在mian.html页面取到contentPanel 这个对象。从而添加一个页面 展开
index页面写的ext框架
center部分引用 了main.html
contentPanel = new Ext.TabPanel({
id:'centerP',
enableTabScroll:true,//能够滚动收缩
activeTab:0,//激活第一个标签
items:[{
id:'homePage',
layout:'fit',
title:'首页',
autoScroll:true,
html:'<iframe scrolling="auto" frameborder="0" width="100%" height="800" src="main.html"></iframe>'
}]
})
我是想在mian.html页面取到contentPanel 这个对象。从而添加一个页面 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询