> 웹 프론트엔드 > HTML 튜토리얼 > easy ui问题,在线求大神帮忙_html/css_WEB-ITnose

easy ui问题,在线求大神帮忙_html/css_WEB-ITnose

WBOY
풀어 주다: 2016-06-24 11:55:52
원래의
1135명이 탐색했습니다.

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值


回复讨论(解决方案)

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是空的  是什么原因啊

원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
최신 이슈
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿