Ext4.01 plugin RowEditing debug

 

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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章