Searched refs:sFunction (Results 1 – 1 of 1) sorted by relevance
116 call:function(sFunction,aOptions){var i,r,postData;this.setCallOptions(aOptions);if(document.body&&… argument124 var value;var aArgs=this.callOptions.parameters;postData="xajax="+encodeURIComponent(sFunction);pos…130 catch(e){delete r;r=null;aOptions.method='get';return this.call(sFunction,aOptions);}134 if(xajaxConfig.debug)this.DebugMessage("Calling "+sFunction+" uri="+uri+" (post:"+postData+")");r.s…213 if(xajaxConfig.legacy){xajax.advancedCall=xajax.call;xajax.call=function(sFunction,aArgs,sRequestTy… argument215 xajax.advancedCall(sFunction,options);}