Property | Type | Description | |
---|---|---|---|
$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 |
||
$fTimeOut | |||
$sDefer | Used to store the state of the scriptDeferral configuration setting. When script deferral is desired, this member contains 'defer' which will request that the browser defer loading of the javascript until the rest of the page has been loaded. | ||
$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. |
Method | Description | |
---|---|---|
clsCometStreaming ( ) | * Function: clsTableUpdater | |
configure ( $sName, $mValue ) | * Function: configure | |
generateClientScript ( ) |
*
Function: generateClientScript
Called by the |
public clsCometStreaming ( ) |
public configure ( $sName, $mValue ) |
public generateClientScript ( ) |
public $bInlineScript |
public $sDefer |