Threaded View
-
8 Dec 2011 4:52 AM #1
Alter form data using the beforesubmit event
Alter form data using the beforesubmit event
According to the documentation of the event beforesubmit in Ext.form.Panel , I should be able to modify the values submitted, but I can't figure out how.
I've tried modifying the variable values, but this has no effect.Implementations may adjust submitted form values or options prior to execution.
Any help is highly appreciated.
Note: I'm basically trying to send a JSON string, so I need to encode the values using JSON.stringify.---
Oussama Mubarak // Semiaddict
Looks like we cannot reproduce this. Please provide another test case to reproduce this issue.


Reply With Quote