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