Index
Initiates a call to the server. Validates that a function name was provided, generates a message indicating that a xajax call is starting and sets a flag in the request object indicating that debugging is enabled for this call. Call a javascript function with a series of parameters using the current script context. Convert call parameters from the 0.2.x syntax to the new improved call format. Call the specified method of the object being referenced using the specified array of arguments. Response command that indicates that the specified javascript function should be called with the given (optional) parameters. Called by the xajaxPlugin that references this function during the request processing phase. Shortcut to xajax.call. Please see copyright.inc.php for a detailed description, copyright and license information. Test script that uses the xajaxResponse->call command to execute a function call on the browser. Determines if a call is a xajax request or a page load request.
Determines whether or not the current request can be processed by this plugin. Calls each of the request plugins and determines if the current request can be processed by one of them. Called by the xajaxPluginManager when a request has been received to determine if the request is for a xajax enabled function or for the initial page load. Called by the xajaxPluginManager to determine if this plugin can process the current request. Please see copyright.inc.php for a detailed description, copyright and license information. Unit test page for the catch all function. Response command used to clear the specified property of the given element. Clear the current response. Removes all attributes assigned to this control. Clears the list of child controls associated with this control. Clear the events that have been associated with this object. Clear the list of parameters being accumulated for this call. Clears the parameter list associated with this request. Clear a callback timer for the specified function. Clears the array of variables that will be used to modify the script before it is printed and sent to the client. Please see copyright.inc.php for a detailed description, copyright and license information. Only one button can be disabled at a given time. A xajaxControlContainer derived class that assists with the construction of HTML option tags that will be assigned to an HTML select tag. Constructs and initializes an instance of this class. A xajaxControlContainer derived class that can be used around a list of clsOption objects to help the user find items in a select list. Contains functions that will be registered and called from the browser. Constructor A xajaxControlContainer derived class that assists in the construction of an HTML select control. Construct and initialize an instance of the class. A xajaxControlContainer derived class that aids in the construction of HTML tables. Constructs and initializes an instance of the class. Constructs and initializes an instance of the table updater class. Constructs and initializes an instance of the table updater class. Please see copyright.inc.php for a detailed description, copyright and license information. Constructs and initializes an instance of the class. Constructs and initializes an instance of the class. Constructs and initializes an instance of the class. Constructs and initializes an instance of the class. Constructs and initializes an instance of the class. Constructs and initializes an instance of the class. The array of command handlers that are currently available. Generate a message indicating that the request has completed and provide some statistics regarding the request and response. Called by the response command queue processor when all commands have been processed. Receives configuration settings set by xajax or user script calls to xajax->configure. Receives configuration settings set by xajax or user script calls to xajax->configure. Call this function to set options that will effect the processing of xajax requests. Accepts configuration settings from the main xajax object. Used to set configuration options / call options for each method.
Sets/stores configuration options that will be used when generating the client script that is sent to the browser.
Sets/stores configuration options used by this plugin.
xajax::configure. Call each of the request plugins passing along the configuration setting specified. Called by the xajaxPluginManager when a configuration setting is changing. Called by the xajax object when configuration options are set in the main script. xajax::configure. Call this to set call options for this instance. Set an array of configuration options. Prompt the user with the specified text, if the user responds by clicking cancel, then skip the specified number of commands in the response command queue. Response command that prompts user with [ok] [cancel] style message box. Appends a value to a named member of the current script context object. Response command used to append a value onto the specified member of the javascript context object (or element) specified by the context member of the request. Assign a value to a named member of the current script context object. Response command used to assign a value to a member of a javascript object (or element) that is specified by the context member of the request. Response command used to clear the value of the property specified in the sAttribute parameter. Prepend a value to a named member of the current script context object. Response command used to prepend the speicified data to the given member of the current javascript object specified by context in the current request. Test script for html controls; objective is to use each control and to build a heirarchy in compliance with the HTML 4.01 TRANSITIONAL standard. Test script for html controls; objective is to use each control and to build a heirarchy in compliance with the XHTML 1.0 TRANSITIONAL standard. This file contains detailed information regarding the xajax project, current version, copyrights, licnese and documentation. Create a blank callback object. Create a new element and append it to the specified parent element. Construct and return a new queue object. Response command used to create a new element on the browser. Create a new input element under the specified parent. Response command used to create an input element on the browser. Test script that uses xajaxResponse->includeCSS and xajaxResponse->removeCSS to effect the active style information on the page dynamically. xajax version 0.5 (beta 4) |