FormPanel交付表单数据
FormPanel提交表单数据今天研究FormPanel提交表单数据研究了半天.. 终于把表单提交成功了... 趁现在还记得
FormPanel提交表单数据
今天研究FormPanel提交表单数据研究了半天.. 终于把表单提交成功了... 趁现在还记得问题,做一下总结:
?
1. 实用FormPanel如何提交表单:
??? 在Ext中FormPanel并中并不保存表单数据,其中的数据是由BasicForm保存,在提交表单的时候需要获取当前FormPanel中的BasicForm来进行提交.?
????????????? 获取FormPanel中的BasicForm对象代码如下:
???
}
and the following server response for a failed submission:
{
??? "success":false, // note this is Boolean, not string
??? "msg":"You do not have permission to perform this operation"
}
?
?