josevossjunior@gmail.com
5 Oct 2009, 2:15 PM
Are there a way to sent multiples forms at the same submit to sever? (I need to use the Ext.Direct)? For instance:
form1.submit({...});
form2.submit({...});
form3.submit({...});
All the Ext forms are using api:{submit:XXX and load:YYYYY}
I want to have an event (success event) when all the forms back from server.
Is't possible to do this?
form1.submit({...});
form2.submit({...});
form3.submit({...});
All the Ext forms are using api:{submit:XXX and load:YYYYY}
I want to have an event (success event) when all the forms back from server.
Is't possible to do this?