Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ext store retreaving data server side from a store filled manually
- function getStoreValues(store) {
- var a = [];
- store.each(function (r) { a.push(r.id); })
- return a.join(',')
- }
Advertisement
Add Comment
Please, Sign In to add comment