1. 程式人生 > >Extjs listeners 通過屬性來指定監聽事件執行次數

Extjs listeners 通過屬性來指定監聽事件執行次數

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