Is't possible to send multiples forms in the same submit to server?
Is't possible to send multiples forms in the same submit to server?
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?