API DOCS
Classes & Functions
Files & Folders
Class: xajax.config
This class contains all the default configuration settings. These
are application level settings; however, they can be overridden
by including a xajax.config definition prior to including the
<xajax_core.js> file, or by specifying the appropriate configuration
options on a per call basis.
variables
functions
xajax.config.setDefault
xajax.config.setDefault = function(option, defaultValue) { }
This function will set a default configuration option if it is
not already set.
