Call this function to set options that will effect the processing of
xajax requests. Configuration settings can be specific to the xajax
core, request processor plugins and response plugins.
Parameters:
Options include:
javascript URI - (string): The path to the folder that contains the
xajax javascript files.
errorHandler - (boolean): true to enable the xajax error handler, see
bErrorHandler>
exitAllowed - (boolean): true to allow xajax to exit after processing
a request. See bExitAllowed> for more information.
public configure ( $sName, $mValue ) |