
Ext
文章平均质量分 54
open404
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ext: 由于出现错误 80020101 而导致此项操作无法完成。
Ext: 由于出现错误 80020101 而导致此项操作无法完成。If you try to load a full page in the panel, IE will blow since it doesn't allow multiple HTML tags. The html returned by your server should ONLY be the snippet yo...原创 2011-07-07 21:08:41 · 521 阅读 · 0 评论 -
ext控件被<object></object>遮住
extjs Active遮挡用Ext.useShims=true遮挡层和原来大小不一样Ext.useShims=true原创 2011-07-15 17:14:12 · 245 阅读 · 0 评论 -
grid 行的选择
grid.getSelectionModel().selectAll();//选中所有行 grid.getSelectionModel().selectFirstRow();//选中第一行 grid.getSelectionModel().selectLastRow();//选中最后一行 grid.getSelectionModel().selectNext...原创 2011-07-26 13:53:24 · 172 阅读 · 0 评论