Threaded View
-
26 May 2011 10:27 AM #1
How to implement Ext.Direct in MVC architecture with ExtJs 4?
How to implement Ext.Direct in MVC architecture with ExtJs 4?
Hi,
I used this with ExtJs 3.3
And something like this to call my methodCode:Ext.Direct.addProvider(WMS.API); Ext.Direct.on('exception', function(e) { Ext.Msg.alert('Exception', e.message); });
How is the good way to implement this with Ext Js 4 in MVC architecture?Code:this.entityTypeStore = new Ext.data.DirectStore({ reader: this.entityTypeReader, api : { read : WMS.WS_EntityType.getAll } });
Thank you in advance for all the answers


Reply With Quote