skip to main
|
skip to sidebar
Web Development
Wednesday, January 13, 2010
ExtJS JsonStore - Passing POST Parameters
var myStore = new Ext.data.JsonStore({
url: 'http://www.mysite.com/ajaxrequest.php',
baseParams: {'member_id':mem_id},
sortInfo: {field:'...', direction:'ASC'},
fields: [ ... ]
});
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
▼
2010
(7)
▼
January
(7)
Reloading Captcha Images in JavaScript
Handing Checkboxes with jQuery
Decimal Truncation in JavaScript
Check if JavaScript Variable is Defined
ExtJS JsonStore - Passing POST Parameters
JSON Associative Arrays
Date Conversion
About Me
ChaimL
View my complete profile
No comments:
Post a Comment