tableUpdater. inc.php |
tableUpdater. inc.phpContains a class that can be used to invoke DOM calls on the browser which will create or update an HTML table. Summary
clsTableUpdater classPlease see copyright.inc.php for a detailed description, copyright and license information. clsTableUpdaterSummary
bInlineScript
Used to store the value of the inlineScript configuration option. When true, the plugin will return it’s javascript code as part of the javascript header for the page, else, it will generate a script tag referencing the file by using the clsTableUpdater->sJavascriptURI. configure
Receives configuration settings set by xajax or user script calls to xajax->configure.
generateClientScript
Called by the xajaxPluginManager during the script generation phase. This will either inline the script or insert a script tag which references the <tableUpdater.js> file based on the value of the clsTableUpdater->bInlineScript configuration option. |
Used to store the state of the scriptDeferral configuration setting.
var $sDefer
Used to store the base URI for where the javascript files are located.
var $sJavascriptURI
Used to store the value of the inlineScript configuration option.
var $bInlineScript
Constructs and initializes an instance of the table updater class.
function clsTableUpdater()
Receives configuration settings set by xajax or user script calls to xajax->configure.
function configure( $sName, $mValue )
Call this function to set options that will effect the processing of xajax requests.
function configure( $sName, $mValue )
Called by the xajaxPluginManager during the script generation phase.
function generateClientScript()