EXTJS-Grids onRowDblClick处理函数
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了EXTJS-Grids onRowDblClick处理函数相关的知识,希望对你有一定的参考价值。
/** * 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
以上是关于EXTJS-Grids onRowDblClick处理函数的主要内容,如果未能解决你的问题,请参考以下文章