码迷,mamicode.com
首页 > Web开发 > 详细

ExtJS4.2 grid panel双击事件

时间:2019-02-26 15:23:10      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:lis   nbsp   create   column   extjs4.2   fun   cti   func   extjs   

Ext.create(‘Ext.grid.Panel‘, {
            store: relationStore,
              listeners:{
              itemdblclick:function(dataview, record, item, index, e){
              }},
            columns: [
                { text: ‘id‘,  dataIndex: ‘id‘ , flex: 1}
            ]
        });

ExtJS4.2 grid panel双击事件

标签:lis   nbsp   create   column   extjs4.2   fun   cti   func   extjs   

原文地址:https://www.cnblogs.com/easyunion/p/10437194.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!