
ext
digfog
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ext fck 第二次 不弹出 问题
在efckeditor中添加: [code="javascript"] onDestroy : function(){ delete FCKeditorAPI.Instances[this.name]; window.FCKeditorAPI = null; delete window.FCKeditorAPI; Ext.Cont...原创 2011-09-23 14:52:00 · 128 阅读 · 0 评论 -
ext2.2全选反选修复
[code="java"] //全选反选 var fixGridSelectAll = function(grid) {var sm = grid.getSelectionModel();var store = grid.getStore();sm.addListener("selectionchange", function(thiz) {var hd = grid.getEl().sele...原创 2011-11-18 11:01:44 · 136 阅读 · 0 评论