googleMap. inc.php |
googleMap. inc.phpContains a class that can be used to invoke DOM calls on the browser which will create or update a google map. Summary
clsGoogleMap classPlease see copyright.inc.php for a detailed description, copyright and license information. clsGoogleMapSummary
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 base URI for where the javascript files are located.
var $sJavascriptURI
Used to store the value of the inlineScript configuration option.
var $bInlineScript
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()
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