ZendX_JQuery_View_Helper_JQuery_ContainerjQuery View Helper. Transports all jQuery stack and render information across all views.
Located in /JQuery/View/Helper/JQuery/Container.php (line 37)
Zend_View_Interface
$view
= null (line 143)
View Instance
Boolean
$_captureLock
= false (line 65)
Indicates if a capture start method for javascript or onLoad has been called.
Boolean
$_enabled
= false (line 58)
Indicates wheater the jQuery View Helper is enabled.
Boolean
$_isXhtml
= false (line 93)
View is rendered in XHTML or not.
Array
$_javascriptSources
= array() (line 51)
Additional javascript files that for jQuery Helper components.
Array
$_javascriptStatements
= array() (line 72)
Additional javascript statements that need to be executed after jQuery lib.
String
$_jqueryLibraryPath
= null (line 44)
Path to local webserver jQuery library
boolean
$_loadSslCdnPath
= false (line 136)
Load CDN Path from SSL or Non-SSL?
Array
$_onLoadActions
= array() (line 86)
jQuery onLoad statements Stack
Integer
$_renderMode
= ZendX_JQuery::RENDER_ALL (line 107)
Default Render Mode (all parts)
Array
$_stylesheets
= array() (line 79)
Additional stylesheet files for jQuery related components.
Boolean
$_uiEnabled
= false (line 114)
jQuery UI Library Enabled
String
$_uiPath
= null (line 122)
Local jQuery UI Path. Use Google CDN if variable is null
String
$_uiVersion
= ZendX_JQuery::DEFAULT_UI_VERSION (line 129)
jQuery UI Google CDN Version
String
$_version
= ZendX_JQuery::DEFAULT_JQUERY_VERSION (line 100)
Default CDN jQuery Library version
addJavascript (line 522)
Add arbitrary javascript to execute in jQuery JS container
addJavascriptFile (line 483)
Add a Javascript File to the include stack.
addOnLoad (line 581)
Add a script to execute onLoad
addStylesheet (line 556)
Add a stylesheet
clearJavascript (line 544)
Clear arbitrary javascript stack
clearJavascriptFiles (line 510)
Clear all currently registered Javascript files.
clearOnLoadActions (line 605)
Clear the onLoadActions stack.
getCdnVersion (line 230)
Get CDN version
getJavascript (line 534)
Return all registered javascript statements
getJavascriptFiles (line 500)
Return all currently registered Javascript files.
This does not include the jQuery library, which is handled by another retrieval strategy.
getLocalPath (line 403)
Get local path to jQuery
getOnLoadActions (line 595)
Retrieve all registered onLoad actions
getRenderMode (line 632)
Return bitmask of the current Render Mode
getStylesheets (line 570)
Retrieve registered stylesheets
getUiCdnVersion (line 341)
Return jQuery UI CDN Version
getUiLocalPath (line 373)
Proxies to getUiPath() for consistency in function naming.
getUiPath (line 363)
Return the local jQuery UI Path if set.
getUiVersion (line 318)
Get jQuery UI Version used.
getVersion (line 206)
Get the version used with the jQuery library
isEnabled (line 184)
Is jQuery enabled?
javascriptCaptureEnd (line 469)
Finish capturing arbitrary javascript to include in jQuery script
javascriptCaptureStart (line 453)
Capture arbitrary javascript to include in jQuery script
onLoadCaptureEnd (line 439)
Stop capturing routines to run onLoad
onLoadCaptureStart (line 423)
Start capturing routines to run onLoad
setCdnSsl (line 240)
Set Use SSL on CDN Flag
setCdnVersion (line 219)
Use CDN, using version specified. Currently supported by Googles Ajax Library API are: 1.2.3, 1.2.6
setLocalPath (line 262)
Set path to local jQuery library
setRenderMode (line 622)
Set which parts of the jQuery enviroment should be rendered.
This function allows for a gradual refactoring of the jQuery code rendered by calling __toString(). Use ZendX_JQuery::RENDER_* constants. By default all parts of the enviroment are rendered.
setUiCdnVersion (line 330)
Set jQuery UI CDN Version
setUiLocalPath (line 352)
Set local path to jQuery UI library
setUiVersion (line 307)
Set jQuery UI version used.
setVersion (line 195)
Set the version of the jQuery library used.
setView (line 151)
Set view object
uiDisable (line 285)
Disable jQuery UI Library Rendering
uiEnable (line 273)
Enable jQuery UI Library Rendering
uiIsEnabled (line 296)
Check wheater currently the jQuery UI library is enabled.
useCdn (line 251)
Are we using the CDN?
useLocalPath (line 413)
Are we using a local path?
useUiCdn (line 393)
Is the jQuery Ui enabled and loaded from CDN?
useUiLocal (line 383)
Is the jQuery Ui loaded from local scope?
_getJQueryLibraryBaseCdnUri (line 773)
_getJQueryLibraryPath (line 801)
Internal function that constructs the include path of the jQuery library.
_getJQueryUiLibraryBaseCdnUri (line 786)
_getJQueryUiLibraryPath (line 819)
_renderExtras (line 728)
Renders all javascript code related stuff of the jQuery enviroment.
_renderScriptTags (line 696)
Renders all javascript file related stuff of the jQuery enviroment.
_renderStylesheets (line 661)
Render jQuery stylesheets
__toString (line 642)
String representation of jQuery environment
Documentation generated on Wed, 31 Mar 2010 16:02:43 -0400 by phpDocumentor 1.4.3