taskeenkayani / ext-direct-mvc

Automatically exported from code.google.com/p/ext-direct-mvc
0 stars 0 forks source link

Patch to remove dependency on ExtJS or Sencha Touch loading first #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using Ext.Direct with Sencha Touch 2.1.1 and have hit the loading order 
pain that you experience when using Ext.Direct with MVC proxies. 
  Refer to this discussion  thread:
http://www.sencha.com/forum/showthread.php?196544-MVC-direct-proxy-and-load-orde
r/page2

I can get it to work when debugging but a production build breaks due to 
loading order issues.  This attache patch allows me to load /directapi without 
requiring touch to be loaded first by replacing the call to Ext.ns() with 
generated JS.

Thanks *very much* for this provider.
Seriously appreciated!

Tony.

Original issue reported on code.google.com by tony.oha...@gmail.com on 20 Mar 2013 at 1:05

Attachments:

GoogleCodeExporter commented 8 years ago
I've also just forked your GitHub repository and will send you a push

Original comment by tony.oha...@gmail.com on 20 Mar 2013 at 1:15