jQuery MiniUI
标题:
问题 miniui布局取值问题
[打印本页]
作者:
liuyijie
时间:
2013-7-12 10:59:51
标题:
问题 miniui布局取值问题
用miniui的布局方式进行了页面布局,将页面分成了三块代码如下。
<div id="layout1" class="mini-layout" style="width:100%;height:100%;" allowResize="flase">
<div title="south" region="south" showSplit="false" showHeader="false" height="30" >
<div style="line-height:28px;text-align:center;cursor:default"> </div>
</div>
<div showHeader="false" region="west" width="180" maxWidth="250" minWidth="100">
<div class="mini-fit" >
<ul id="tree1" class="mini-tree" style="width:200px;padding:5px;" showTreeIcon="true">
<li>
<span expanded="true">生日祝福</span>
<ul>
<li>
<a href="<%=basePath%>msg/NewBless.jsp" target="main"><span expanded="true" >新建生日祝福</span></a>
</li>
<li>
<a href="<%=basePath%>msg/queryBless.jsp" target="main"><span expanded="true">生日祝福查询</span></a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div title="center" region="center" bodyStyle="overflow:hidden;">
<iframe id="mainframe" frameborder="0" name="main" style="width:100%;height:100%;" border="0"></iframe>
</div>
<div title="通讯录" region="east" bodyStyle="overflow:hidden;" width="330" >
<iframe id="eastFrame" frameborder="0" name="east" style="width:100%;height:100%;" border="0" src="../msg/addressList.do?method=searchListANDGroup" scrolling="false"></iframe>
</div>
</div>
现在我想要将eastFrame中的么个元素的值当在他被选中的时候自动添加到mainFrame的么个页面元素中这个怎么实现?
急!急!急!
作者:
felt
时间:
2013-7-12 14:35:49
eastFrame页面top["win"]=window
写个设置值的方法aaa
mainFrame页面调用top["win"].aaa,把值传过去。
欢迎光临 jQuery MiniUI (http://miniui.com/discuss/)
Powered by Discuz! X2