现在的位置: 首页 > 综合 > 正文

extjs取消treegird双击展开

2014年12月13日 ⁄ 综合 ⁄ 共 120字 ⁄ 字号 评论关闭
taskGrid.on('itemclick', function(treeview, record, item, index, e, opts) {
	/** 取消双击展开折叠菜单行为 */
	treeview.toggleOnDblClick = false;
});

抱歉!评论已关闭.