easyui 在布局中间部分加了一个tab,tab的高度不能自适应,只能设置固定值
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了easyui 在布局中间部分加了一个tab,tab的高度不能自适应,只能设置固定值相关的知识,希望对你有一定的参考价值。
easyui 在布局中间部分加了一个tab,tab的高度不能自适应,只能设置固定值
<div data-options="region:'center',title:'系统中心',iconCls:'icon-standard-house-go'" style="width:100%;height:100%;">//布局中间部分
<div id="tt" class="easyui-tabs" style="width:100%;height:457px;"> //不能高度自适应
<body class="easyui-layout">
<div data-options="region:'center',title:'系统中心',iconCls:'icon-standard-house-go'">
<div id="tt" class="easyui-tabs" fit="true">
<div title="Tab1" style="padding:20px;display:none;">
tab1fsfsdff
</div>
</div>
</div>
</body>
一般tt需要加个fit为true
希望能够帮到你!
easyui tabs 一个窗口修改完成后刷新另一个窗口
在一个tab中添加或删除数据后,要改变主页(相当于链接的另一个tab)的内容:
1、在要刷新的窗口的初始化中添加 js 刷新方法,并保存到 window.top 中
window.top["Refresh_CloudHomePage_Content"] = function () {
window.location.reload();
}
2、在主页添加刷新方法
function RefreshCloudHomePageTab(title) {
if ($("#tabMenu").tabs(‘exists‘, title)) {
$(‘#tabMenu‘).tabs(‘select‘, title);
window.top.Refresh_CloudHomePage_Content.call();
}
}
3、在另一个 tab 数据处理完成之后执行主页的刷新方法
parent.RefreshCloudHomePageTab("主页");
以上是关于easyui 在布局中间部分加了一个tab,tab的高度不能自适应,只能设置固定值的主要内容,如果未能解决你的问题,请参考以下文章
jQueryeasyui的easyui-tabs相互嵌套问题,图中MMMM包含了 abcd区域 其中bd区域为空闲区,现在我只想要ac