View Full Version : about stores
sebas2515
3 Jan 2012, 9:23 AM
I need to send params through a DataStore. how I can do it?
mitchellsimoens
3 Jan 2012, 9:56 AM
If you need to have these params present in every request use extraParams on the proxy: http://docs.sencha.com/ext-js/4-0/#!/api/Ext.data.proxy.Ajax-cfg-extraParams
If you need to only send it in one request, use the params config in the load method.
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.