码迷,mamicode.com
首页 > 其他好文 > 详细

获取datagrid中编辑列combobox的value值与text值

时间:2014-11-26 14:14:25      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:style   blog   io   ar   color   sp   on   div   log   

var ed = $(‘#dg‘).datagrid(‘getEditor‘, {index:editIndex,field:‘productid‘});
var productname = $(ed.target).combobox(‘getText‘);
var value = $(ed.target).combobox(‘getValue‘);

 

getEditor options 获取指定编辑器,options包含2个属性:
index:行索引。
field:字段名称。

代码示例:

// 获取日期输入框编辑器并更改它的值
var ed = $(‘#dg‘).datagrid(‘getEditor‘, {index:1,field:‘birthday‘});
$(ed.target).datebox(‘setValue‘, ‘5/4/2012‘);

获取datagrid中编辑列combobox的value值与text值

标签:style   blog   io   ar   color   sp   on   div   log   

原文地址:http://www.cnblogs.com/exmyth/p/4122971.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!