`
x9x9x9x9
  • 浏览: 15878 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类

ExtJs CheckboxSelectionModel 全选事件监听

阅读更多
var sm = new Ext.grid.CheckboxSelectionModel({
  checkOnly:true,
  singleSelect:false,
  onHdMouseDown : function(e, t)
  {
    Ext.grid.CheckboxSelectionModel.prototype.onHdMouseDown.call(this, e, t);
    //全选或全不选后的动作
     .....
    //
  }


);
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics