您的位置:首页 > Web前端 > JavaScript

在jsp中指定容器为combogrid onselect事件不执行

2016-04-14 16:28 351 查看
<select  id="depCode" class="combogrid" name="dto.doctor.depCode"  style="width:218px;"
data-options="
panelWidth:345, idField:'departCode', textField:'departName', singleSelect:true, mode: 'remote',pagination:true,
url: '<%=request.getContextPath()%>/standDepartment/standDepartmentCtrl.htm',
queryParams:{'dto.filterParam':'parentOrgCombox'},
columns:[[
{field:'departCode',title:'科室代码',width:100},
{field:'departName',title:'科室名称',width:220}
]],
" onclick="depNameChange()"></select>

onclick事件不执行

写在 data-options中也不行 换个事件onselectRow也不行
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: