googleMap. inc.php

Contains a class that can be used to invoke DOM calls on the browser which will create or update a google map.

Summary
Contains a class that can be used to invoke DOM calls on the browser which will create or update a google map.
Please see copyright.inc.php for a detailed description, copyright and license information.
Used to store the base URI for where the javascript files are located.
Used to store the value of the inlineScript configuration option.
The key that google has assigned to your site.
Constructs and initializes an instance of the table updater class.
Receives configuration settings set by xajax or user script calls to xajax->configure.
Called by the xajaxPluginManager during the script generation phase.

clsGoogleMap class

Please see copyright.inc.php for a detailed description, copyright and license information.

clsGoogleMap

Summary
Used to store the base URI for where the javascript files are located.
Used to store the value of the inlineScript configuration option.
The key that google has assigned to your site.
Constructs and initializes an instance of the table updater class.
Receives configuration settings set by xajax or user script calls to xajax->configure.
Called by the xajaxPluginManager during the script generation phase.

Variables

sJavascriptURI

var $sJavascriptURI

Used to store the base URI for where the javascript files are located.  This enables the plugin to generate a script reference to it’s javascript file if the javascript code is NOT inlined.

bInlineScript

var $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.

sGoogleSiteKey

The key that google has assigned to your site.  Set this with <clsGoogleMap->setKey>

Functions

clsTableUpdater

Constructs and initializes an instance of the table updater class.

configure

function configure($sName,
$mValue)

Receives configuration settings set by xajax or user script calls to xajax->configure.

sName(string): The name of the configuration option being set.
mValue(mixed): The value being associated with the configuration option.

generateClientScript

function 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.

This file contains detailed information regarding the xajax project, current version, copyrights, licnese and documentation.
var $sJavascriptURI
Used to store the base URI for where the javascript files are located.
var $bInlineScript
Used to store the value of the inlineScript configuration option.
function configure($sName,
$mValue)
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 generateClientScript()
Called by the xajaxPluginManager during the script generation phase.
var $sJavascriptURI
Used to store the base URI for where the javascript files are located.
var $bInlineScript
Used to store the value of the inlineScript configuration option.