读书人

FormPanel交付表单数据

发布时间: 2012-10-25 10:58:57 作者: rapoo

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"
        }

        ?

        ?

读书人网 >Web前端

热点推荐