jQuery MiniUI

 找回密码
 立即注册
查看: 1765|回复: 4
打印 上一主题 下一主题

listbox [复制链接]

Rank: 2

跳转到指定楼层
楼主
发表于 2013-8-7 18:04:26 |只看该作者 |倒序浏览
在使用http://www.miniui.com/demo/#src=buttonedit/selectGrid_Multi2.html的时候怎么实现两个box在加载的时候同时显示数据。试过了好像在第二个box中没有办法通过加入URL显示数据代码如下在第一个box中加入同样的url有数据显示
                 <td >
                    <h4 style="margin:0;line-height:22px;font-size:13px;">已选联系人:</h4>
                    <div id="selectedList" class="mini-listbox" style="width:300px;height:350px;"              
                            showCheckBox="true" multiSelect="true" url="<%=basePath%>data/phoneTest.txt">         
                        <div property="columns">   
                            <div field="name" width="150" headerAlign="center" allowSort="true">姓名</div>
                            <div field="phoneNo" width="150" headerAlign="center" allowSort="true">电话号码</div>
                        </div>
                    </div>                       
                </td>

Rank: 8Rank: 8

沙发
发表于 2013-8-7 19:11:20 |只看该作者
你直接datagrid来做,listbox功能非常弱的

Rank: 2

板凳
发表于 2013-8-8 09:02:38 |只看该作者
factory 发表于 2013-8-7 19:11
你直接datagrid来做,listbox功能非常弱的

有相应的例子吗,两个datagrid之间的相互移动

Rank: 8Rank: 8

地板
发表于 2013-8-8 09:06:01 |只看该作者
有相应的例子吗,两个datagrid之间的相互移动

http://www.miniui.com/demo/#src=datagrid/moveitems.html
http://www.miniui.com/demo/#src=datagrid/moveitems_copy.html
有的,看这两个demo。

Rank: 2

5#
发表于 2013-8-8 09:34:02 |只看该作者
felt 发表于 2013-8-8 09:06
http://www.miniui.com/demo/#src=datagrid/moveitems.html
http://www.miniui.com/demo/#src=datagrid/mo ...

好的谢谢

Archiver|普加软件

GMT+8, 2024-11-29 10:57 , Processed in 1.060254 second(s), 9 queries .

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回顶部