This method can be used to create a new xajax.js file out of the xajax_uncompressed.js file (which will only happen if xajax.js doesn't already exist on the filesystem).
Returns a string containing a Javascript include of the xajax.js file along with a check to see if the file loaded after six seconds (typically called internally by xajax from get/printJavascript).
Prints the xajax Javascript header and wrapper code into your page by printing the output of the getJavascript() method. It should only be called between the
Registers an object whose methods will be searched for a match to the incoming request function name. If more than one callable object is registered, the first object that contains a method having the same name as the incoming function will be called.
Specifies a log file that will be written to by xajax during a request (used only by the error handling system at present). If you don't invoke this method, or you pass in "", then no log file will be written to.
Sets the prefix that will be appended to the Javascript wrapper functions (default is "xajax_").
Class Details
[line 29]
The xajax class uses a modular plug-in system to facilitate the processing
of special Ajax requests made by a PHP page. It generates Javascript that the page must include in order to make requests, and it handles the output of response objects (see xajaxResponse). Many different flags and settings can be adjusted to alter the behavior of the xajax class as well as the client-side Javascript.