jQuery MiniUI

 找回密码
 立即注册
楼主: dute072
打印 上一主题 下一主题

combobox显示数值问题 [复制链接]

Rank: 8Rank: 8

11#
发表于 2012-9-28 17:22:49 |只看该作者
dute072 发表于 2012-9-28 17:10
下拉是存在的。但是在选中的值改变的时候怎么监听事件呢?

直接把事件onvaluechanged写在combobox上,跟普通的一样使用的

Rank: 2

12#
发表于 2012-9-28 17:59:49 |只看该作者
本帖最后由 dute072 于 2012-9-28 18:34 编辑
factory 发表于 2012-9-28 17:22
直接把事件onvaluechanged写在combobox上,跟普通的一样使用的


<div type="comboboxcolumn"  field="expensetype" width="25%"  headerAlign="center" allowSort="true" >费用名称
                                                          <input property="editor" class="mini-combobox" style="width:100%;"  textField="typeName" valueField="typeId"
                                                         url="${ctx}/BM/FR/BMFRSEARCH.jsp?method=SearchExpensetype&usercode=<%=loginName %>" />
                                         
                         </div>  


我这样写为何始终监听不到事件呢。

Rank: 9Rank: 9Rank: 9

13#
发表于 2012-9-29 09:19:29 |只看该作者
你这里代码,哪里监听valuechanged事件了?

Rank: 2

14#
发表于 2012-9-29 09:26:51 |只看该作者
niko 发表于 2012-9-29 09:19
你这里代码,哪里监听valuechanged事件了?


         <div type="comboboxcolumn"  field="expensetype" width="25%"  headerAlign="center" allowSort="true" >费用名称
                                                          <input  property="editor" class="mini-combobox" style="width:100%;"  textField="typeName" valueField="typeId"
                                                   onvaluechanged="setAmount"        url="${ctx}/BM/FR/BMFRSEARCH.jsp?method=SearchExpensetype&usercode=<%=loginName %>" />
                                         
                         </div>  



Archiver|普加软件

GMT+8, 2024-11-26 20:38 , Processed in 1.067232 second(s), 8 queries .

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回顶部