前端技术

You are currently browsing the articles from 哥哥万的博客 matching the category 前端技术.

extjs的grid的行响应双击事件

在listeners里面添加下面的代码 listeners: {     rowdblclick: function(grid, rowindex, e){         var record = grid.getStore().getAt(rowindex);         alert("所选行的id信息: " + record.data.id);     } }

Written by gegewan on 一月 12th, 2010 with no comments.
Read more articles on 前端技术.