推荐于2018-03-13 · 知道合伙人数码行家
可以叫我表哥
知道合伙人数码行家
向TA提问 私信TA
知道合伙人数码行家
采纳数:25897
获赞数:1464977
2010年毕业于北京化工大学北方学院计算机科学与技术专业毕业,学士学位,工程电子技术行业4年从业经验。
向TA提问 私信TA
关注
展开全部
bodyWin = new Ext.Window({
renderTo: Ext.getBody(),
title: "支路分时统计",
border:false,
closable:false,
resizable:false,
draggable :false,
maximizable:true,
shadow: false,
width: document.body.clientWidth - 284,
height:document.body.clientHeight - 70,
x:283,
y:65,
html:"<iframe src='<%=path%>/page/statistics/branchEnergy/branchTimeEnergy.jsp' height='100%' width='100%'></iframe>"
});
动态修改html:
bodyWin.update("<iframe src='<%=path%>/page/emcBranchAnalysis_submitContent' height='100%' width='100%'></iframe>");
renderTo: Ext.getBody(),
title: "支路分时统计",
border:false,
closable:false,
resizable:false,
draggable :false,
maximizable:true,
shadow: false,
width: document.body.clientWidth - 284,
height:document.body.clientHeight - 70,
x:283,
y:65,
html:"<iframe src='<%=path%>/page/statistics/branchEnergy/branchTimeEnergy.jsp' height='100%' width='100%'></iframe>"
});
动态修改html:
bodyWin.update("<iframe src='<%=path%>/page/emcBranchAnalysis_submitContent' height='100%' width='100%'></iframe>");
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
呵呵。我试了好久也没试出来。
应该说window.getEl().dom.lastChild.lastChild..这里能拿到html这个对象了。可不知道怎么去改这个html..
或许应该remove这个对象,再:
var newobj = document.createElement("div");
newobj .innerHTML = 'dddddd';
window.getEl().dom.lastChild.lastChild.appendChild(newobj );
不知道行不行。。
实在没办法
var win = new Ext.Window({
html:'<div id="win"></div>'
})
function test(vhtml){
new Ext.Panel({
html:vhtml
}).render('win');
}
//调 test('<input type="text" value="ddd" />');
// test('<input type="button" value="button" />');
这总可以,不过不太符合你的意思。。。。
应该说window.getEl().dom.lastChild.lastChild..这里能拿到html这个对象了。可不知道怎么去改这个html..
或许应该remove这个对象,再:
var newobj = document.createElement("div");
newobj .innerHTML = 'dddddd';
window.getEl().dom.lastChild.lastChild.appendChild(newobj );
不知道行不行。。
实在没办法
var win = new Ext.Window({
html:'<div id="win"></div>'
})
function test(vhtml){
new Ext.Panel({
html:vhtml
}).render('win');
}
//调 test('<input type="text" value="ddd" />');
// test('<input type="button" value="button" />');
这总可以,不过不太符合你的意思。。。。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询