摘要: SysTreeStore = function (config) {};Ext.define('SysTreeStore', { extend: 'Ext.data.TreeStore', defaults: { storeId: 'MyTreeStore', extraParams: "", fields: ["id", "text", "leaf", "expanded"] }, constructor: function (config) { 阅读全文
posted @ 2012-12-07 14:55 CoolHu 阅读(201) 评论(0) 推荐(0) 编辑