the Ext.form.FormPanel does not hava store(Ext.data.Store) . so you could get data by the following way, //通过一个session 拿到一条数据
xml data i just get what i need
refer the following link
http://www.sencha.com/deploy/dev/examples/form/xml-form.html
本文介绍如何在ExtJS中使用FormPanel加载XML数据。通过示例演示了如何配置XmlReader来解析特定的数据结构,并提供了从服务器获取数据的具体实现。
the Ext.form.FormPanel does not hava store(Ext.data.Store) . so you could get data by the following way, //通过一个session 拿到一条数据
xml data i just get what i need
refer the following link
http://www.sencha.com/deploy/dev/examples/form/xml-form.html

被折叠的 条评论
为什么被折叠?