easy ui问题,在线求大神帮忙_html/css_WEB-ITnose
程序员文章站
2022-05-02 15:34:07
...
return index;
},editor:{
type : 'combobox',
options : {
valueField : 'usrId',
textField : 'usrName',
url : '${pageContext.request.contextPath }/user_toCombox.action?roleId=3',
}
}">分配给
这是easy ui 的datagrid中的一行,我用了一个单击事件加载这个combobox,想问下用什么方法能获取到这个combobox的value值
多啃下api, http://www.jeasyui.com/documentation/index.php
},editor:{
type : 'combobox',
options : {
valueField : 'usrId',
textField : 'usrName',
url : '${pageContext.request.contextPath }/user_toCombox.action?roleId=3',
}
}">分配给
这是easy ui 的datagrid中的一行,我用了一个单击事件加载这个combobox,想问下用什么方法能获取到这个combobox的value值
回复讨论(解决方案)
getEditor: Get the specified editor, the options contains two properties:
index: the row index.(正在编辑的行的下标,从0开始)
field: the field name.(编辑的列名称,column配置的)
var ed = $('#dg').datagrid('getEditor', {index:1,field:'svrCustNo'});var value=$(ed.target).combobox('getValue')alert(value)
多啃下api, http://www.jeasyui.com/documentation/index.php
ed 输出来是个object类型的 value是空的 是什么原因啊
推荐阅读
-
正则采集问题,求大神帮忙,在线等
-
如何让文字下面的线(border-bottom) 和 文字的长度一致求大神帮忙_html/css_WEB-ITnose
-
求大神帮忙解决html+css的问题_html/css_WEB-ITnose
-
绝对定位和浮动的问题,求大神帮忙解决_html/css_WEB-ITnose
-
和诡异的问题,求大神解答啊_html/css_WEB-ITnose
-
easy ui问题,在线求大神帮忙_html/css_WEB-ITnose
-
求大神来帮忙_html/css_WEB-ITnose
-
求大神们帮帮忙,今天晚上就需要答案!!!_html/css_WEB-ITnose
-
急求:发现一个匪夷所思的问题,在线等_html/css_WEB-ITnose
-
大神些帮忙解决一个html+css的问题_html/css_WEB-ITnose