Title: my iframe can't adatpt the tab
Post by: zhaiang on August 28, 2013, 09:27:28 AM
hello: my iframe can't fit the tab!please help me find out the problem. <body class="easyui-layout" style="width: 100%; heighgt: 100%;"> <div region="north" style="height: 50px" split="true"></div> <div region="west" split:true" title="菜单导航" style="width: 150px;" split="true"></div> <div region="center" id="regionCenter" split="true" border="false" style="overflow: hidden"> <div id="tabGroup" class="easyui-tabs" fit="true" data-options="tools:'#tab-tools'" border=false> <div title="用户信息管理" data-options="closable:true" fit="true" style="overflow: hidden"> <iframe fit="true" title="用户信息管理" data-options="closable:true" scrolling="yes" frameborder="0" src="datagrid.jsp" style="width: 100%; height: 100%;"></iframe> </div> </div> </div> </body>
the attach is my problem!
Title: Re: my iframe can't adatpt the tab
Post by: varonica on August 29, 2013, 12:50:19 AM
Can you post your complete code ?
Title: Re: my iframe can't adatpt the tab
Post by: zhaiang on August 29, 2013, 05:31:32 AM
ok,i've found the problem!
that is the problem with my iframe! thankyou
|