-
Sencha User
Picker, store and JSON proxy
Hi,
this is my first post in this forum ...
I implemented a picker with a JSON proxy store and I would like to get a reference to the proxy object used by the picker's store. My intent is to set extra params in the request URL ...
I declared the store in the slots configuration parameters but I cannot get any reference to it : picker.getStore(), picker.getSlots().getStore(), ... but no success !
Any help please ...
Best regards
-
Sencha User
I reply to my own post ... finally found a solution :
var store = this.myPicker.getSlots()[0].store,
proxy = store.getProxy();
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules