Threaded View
-
14 Feb 2011 2:51 AM #1
Posta store to server
Posta store to server
Hi,
We can use json objects to send the data to the client side using post or get method. That works perfectly cool. My concern is pther way round.
Let say I have a data store and i want to send this data store to the server then what is the best approach to do that. Further do extjs provide any method for this.
Regards,Code:demoStore = new Ext.data.Store({ id :'demoStore', data: [ ["A","216","java",], ["B","209","php",], ["C","10","dotnet"] ], reader: new Ext.data.ArrayReader({id:'id'}, [ 'name', 'id', language' ]) });
Saurabh
Similar Threads
-
Ext.data.Store server communication
By triple in forum Ext 3.x: Help & DiscussionReplies: 1Last Post: 30 Mar 2010, 2:10 PM -
Grid Extension columns and store from server from server
By qulys in forum Ext 3.x: Help & DiscussionReplies: 0Last Post: 23 Nov 2009, 2:09 AM -
Stop the server request from store ?
By ritesh.kapse in forum Ext 2.x: Help & DiscussionReplies: 6Last Post: 9 Sep 2008, 7:08 AM -
Persist Store to server?
By deitch in forum Ext 1.x: Help & DiscussionReplies: 7Last Post: 18 Oct 2007, 6:16 AM -
Saving data from a store to server
By marco.braga in forum Ext 1.x: Help & DiscussionReplies: 2Last Post: 3 Sep 2007, 7:02 AM


Reply With Quote