jquery easyui 中使用 window 插件页面中 有 ifram 标签 ,使用window 拖动是会卡动, 求解决
1 回答
呼如林
TA贡献1798条经验 获得超3个赞
var width = $(window).width()-80;
var height = $(window).height()-120;
stView_layout = $('#stView_layout').layout({
width: width,
height: height
});
station_view = $('#stationView').window({
title: '测站导航',
left:50,
top:80,
width: width,
modal: false,
shadow: false,
closed: true,
height: height,
onResize:function(w,h){
if(stView_treegrid){
stView_treegrid.treegrid({
width:w-20,
height:h-260
});
}
}
});
- 1 回答
- 0 关注
- 502 浏览
添加回答
举报
0/150
提交
取消