摘要: Ext.regModel('EncyModel', { fields: ['ENCY_ID', 'UP_ENCY_ID', 'ENCY_NAME', 'ENCY_PAGE_ID', 'ENCY_SEQ'] }); var store = Ext.create('Ext.data.TreeStore', { proxy: { type: 'ajax', url: '/Scripts/check-nodes2.json', reader: { ... 阅读全文
posted @ 2013-05-29 15:20 文刀君 阅读(420) 评论(0) 推荐(0)