ExtJS4.2 grid panel双击事件

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

猜你喜欢

转载自www.cnblogs.com/easyunion/p/10437194.html
今日推荐