etiennesamson
4 Aug 2007, 8:46 AM
Hi, I'm a new Extser,
I've a problem with the Ext.Ajax Class.
I try to trow a request with Ext.Ajax.request but I have the following error message in firebug: "Ext.Ajax has no properties".
I'm using standalone Extjs javascript, i'v well included the "ext-base.js" and "ext-all-debug.js" files in my html header and my ajax call is like this :
Ext.Ajax.request({
url :"json/arbo_config.php",
params : { action : 'getDate' },
method: 'GET',
success: function(){
alert("hi, how are you today");
}
});
If you have any ID, i'll be very gratefull.
Thanks
Etienne
I've a problem with the Ext.Ajax Class.
I try to trow a request with Ext.Ajax.request but I have the following error message in firebug: "Ext.Ajax has no properties".
I'm using standalone Extjs javascript, i'v well included the "ext-base.js" and "ext-all-debug.js" files in my html header and my ajax call is like this :
Ext.Ajax.request({
url :"json/arbo_config.php",
params : { action : 'getDate' },
method: 'GET',
success: function(){
alert("hi, how are you today");
}
});
If you have any ID, i'll be very gratefull.
Thanks
Etienne