-
12 Apr 2007 4:56 AM #1
Ext.lib.Ajax.formRequest for prototype
Ext.lib.Ajax.formRequest for prototype
Code:formRequest : function(form, uri, cb, data, isUpload, sslUri){ new Ajax.Request(uri, { method: 'POST', - parameters: Form.serialize(form, true)+(data?'&'+data:''), + parameters: Form.serialize(form)+(data?'&'+data:''), timeout: cb.timeout, onSuccess: createSuccess(cb), onFailure: createFailure(cb) }); },
-
12 Apr 2007 6:29 PM #2
Can I ask what that does?
-
12 Apr 2007 6:30 PM #3
Ah, I looked it up. Thanks, that would have been fun one to trace!


Reply With Quote