Ext4.01 plugin RowEditing debug

来源:互联网 发布:sas数据分析论文 编辑:程序博客网 时间:2024/05/29 19:17

 

IE解决方式:

           Ext.apply(Ext.view.View.EventMap, {
                focus: 'Focus',
                propertychange: 'Propertychange'
            });
            Ext.override(Ext.view.View, {
                onBeforeItemFocus: Ext.emptyFn,
                onItemFocus: Ext.emptyFn,
                onBeforeItemPropertychange: Ext.emptyFn,
                onItemPropertychange: Ext.emptyFn
            });

 

 

原文地址:

http://www.sencha.com/forum/showthread.php?132394-FIXED-EXTJSIV-1848-plugin-RowEditing-filters-FiltersFeature&s=0c6d9bc4b84ac404f388343607644238