ExtJs 怎么访问TabPanel 中iframe中的变量
tabs.add({id:'startstep_tab',title:'未完成步骤',items:[{xtype:'panel',autoHeight:true,auto...
tabs.add({
id : 'startstep_tab',
title: '未完成步骤',
items:[{
xtype : 'panel',
autoHeight:true,
autoWidth:true,
html: "<iframe name='allstepexe' id='allstepexe2' src='"+allstepexe_url+"?tabFlag=1' width=100% height="+bodyHeight+" frameborder=false></iframe>"
}],
closable: false,
listeners: { "activate": function () {
var tab1frame = Ext.get('startstep_tab').frame();
alert(tab1frame.ds); //这块怎么访问iframe中的变量???
}}
}); 展开
id : 'startstep_tab',
title: '未完成步骤',
items:[{
xtype : 'panel',
autoHeight:true,
autoWidth:true,
html: "<iframe name='allstepexe' id='allstepexe2' src='"+allstepexe_url+"?tabFlag=1' width=100% height="+bodyHeight+" frameborder=false></iframe>"
}],
closable: false,
listeners: { "activate": function () {
var tab1frame = Ext.get('startstep_tab').frame();
alert(tab1frame.ds); //这块怎么访问iframe中的变量???
}}
}); 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询