摘要: 说明 tbar代表顶部工具条bbar表示底部工具条 构建 初始化时,增加工具条,注意xtype类型,要平铺,不然文字多了会撑不下 initComponent : function() { this.store = this.createStore(); this.sm = this.createSm 阅读全文
posted @ 2021-04-09 14:34 逆风小径上勇敢の哥哥 阅读(42) 评论(0) 推荐(0)
摘要: Ext.data.GroupingStore排序 Ext.data.GroupingStore排序使用总结 Ext.data.GroupingStore 继承自Ext.data.Store,为Store增加了分组功能.其它用法与Store一致,惟一需要注意的是使用GroupingStore时必须指定 阅读全文
posted @ 2021-04-09 09:43 逆风小径上勇敢の哥哥 阅读(55) 评论(0) 推荐(0)