/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/** * grids onRwDoubleClick */ var onRowDblClick = function (sm, rowIdx, e) { console.log('HO.Class.CRUD.onRowDblClick'); console.log(this); console.log(this.ownerCt); console.log(sm); console.log(rowIdx); console.log(e); var rec = this.getStore().getAt(rowIdx); this.ownerCt.managerRef.show('ala','makota'); } // eo function onRowDblClick