Extjs listeners 通过属性来指定监听事件执行次数

*     myGridPanel.on({
     *         cellClick: {fn: this.onCellClick, scope: this, single: true},
     *         mouseover: {fn: panel.onMouseOver, scope: panel}
     *     });

你可能感兴趣的:(Extjs)