Extjs4.2.0 Form 的使用

取值

formPanel.getForm().getValues()//所有值{name:value,name2,value2}
formPanel.getForm().getValues().name//取一个指定值

原文地址:https://www.cnblogs.com/xsSystem/p/3096062.html