implementing the ProcessProxy controller

This commit is contained in:
Erik Amaru Ortiz
2011-02-26 22:57:37 +00:00
parent 186c341d16
commit 228d49dd6b
5 changed files with 21 additions and 29 deletions

View File

@@ -67,14 +67,10 @@ Ext.onReady(function(){
hiddenName : 'category',
store : new Ext.data.Store( {
proxy : new Ext.data.HttpProxy( {
url : 'ajaxListener',
url : '../processProxy/categoriesList',
method : 'POST'
}),
baseParams : {
action : 'categoriesList'
},
reader : new Ext.data.JsonReader( {
root : 'rows',
fields : [ {
name : 'CATEGORY_UID'
}, {