Definition at line 37 of file Container.php.
__toString | ( | ) |
String representation of jQuery environment
Definition at line 642 of file Container.php.
_getJQueryLibraryBaseCdnUri | ( | ) | [protected] |
Definition at line 773 of file Container.php.
_getJQueryLibraryPath | ( | ) | [protected] |
Internal function that constructs the include path of the jQuery library.
Definition at line 801 of file Container.php.
_getJQueryUiLibraryBaseCdnUri | ( | ) | [protected] |
Definition at line 786 of file Container.php.
_getJQueryUiLibraryPath | ( | ) | [protected] |
Definition at line 819 of file Container.php.
_renderExtras | ( | ) | [protected] |
Renders all javascript code related stuff of the jQuery enviroment.
Definition at line 728 of file Container.php.
_renderScriptTags | ( | ) | [protected] |
Renders all javascript file related stuff of the jQuery enviroment.
Definition at line 696 of file Container.php.
_renderStylesheets | ( | ) | [protected] |
addJavascript | ( | $ | js ) |
Add arbitrary javascript to execute in jQuery JS container
string | $js |
Definition at line 522 of file Container.php.
addJavascriptFile | ( | $ | path ) |
Add a Javascript File to the include stack.
Definition at line 483 of file Container.php.
addOnLoad | ( | $ | callback ) |
Add a script to execute onLoad
string | $callback | Lambda |
Definition at line 581 of file Container.php.
addStylesheet | ( | $ | path ) |
clearJavascript | ( | ) |
Clear arbitrary javascript stack
Definition at line 544 of file Container.php.
clearJavascriptFiles | ( | ) |
Clear all currently registered Javascript files.
Definition at line 510 of file Container.php.
clearOnLoadActions | ( | ) |
Clear the onLoadActions stack.
Definition at line 605 of file Container.php.
disable | ( | ) |
Disable jQuery
Definition at line 172 of file Container.php.
enable | ( | ) |
Enable jQuery
Definition at line 161 of file Container.php.
getCdnVersion | ( | ) |
Get CDN version
Definition at line 230 of file Container.php.
getJavascript | ( | ) |
Return all registered javascript statements
Definition at line 534 of file Container.php.
getJavascriptFiles | ( | ) |
Return all currently registered Javascript files.
This does not include the jQuery library, which is handled by another retrieval strategy.
Definition at line 500 of file Container.php.
getLocalPath | ( | ) |
getOnLoadActions | ( | ) |
getRenderMode | ( | ) |
Return bitmask of the current Render Mode
Definition at line 632 of file Container.php.
getStylesheets | ( | ) |
getUiCdnVersion | ( | ) |
Return jQuery UI CDN Version
Definition at line 341 of file Container.php.
getUiLocalPath | ( | ) |
Proxies to getUiPath() for consistency in function naming.
Definition at line 373 of file Container.php.
getUiPath | ( | ) |
Return the local jQuery UI Path if set.
Definition at line 363 of file Container.php.
getUiVersion | ( | ) |
getVersion | ( | ) |
Get the version used with the jQuery library
Definition at line 206 of file Container.php.
isEnabled | ( | ) |
javascriptCaptureEnd | ( | ) |
Finish capturing arbitrary javascript to include in jQuery script
Definition at line 469 of file Container.php.
javascriptCaptureStart | ( | ) |
Capture arbitrary javascript to include in jQuery script
Definition at line 453 of file Container.php.
onLoadCaptureEnd | ( | ) |
onLoadCaptureStart | ( | ) |
Start capturing routines to run onLoad
Definition at line 423 of file Container.php.
setCdnSsl | ( | $ | flag ) |
Set Use SSL on CDN Flag
Definition at line 240 of file Container.php.
setCdnVersion | ( | $ | version = null ) |
Use CDN, using version specified. Currently supported by Googles Ajax Library API are: 1.2.3, 1.2.6
string | $version |
Definition at line 219 of file Container.php.
setLocalPath | ( | $ | path ) |
Set path to local jQuery library
string | $path |
Definition at line 262 of file Container.php.
setRenderMode | ( | $ | mask ) |
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.
integer | $mask |
Definition at line 622 of file Container.php.
setUiCdnVersion | ( | $ | version = "1.5.2" ) |
Set jQuery UI CDN Version
String | $version |
Definition at line 330 of file Container.php.
setUiLocalPath | ( | $ | path ) |
Set local path to jQuery UI library
String | $path |
Definition at line 352 of file Container.php.
setUiVersion | ( | $ | version ) |
Set jQuery UI version used.
string | $version |
Definition at line 307 of file Container.php.
setVersion | ( | $ | version ) |
Set the version of the jQuery library used.
string | $version |
Definition at line 195 of file Container.php.
setView | ( | Zend_View_Interface $ | view ) |
Set view object
Zend_View_Interface | $view |
Definition at line 151 of file Container.php.
uiDisable | ( | ) |
Disable jQuery UI Library Rendering
Definition at line 285 of file Container.php.
uiEnable | ( | ) |
Enable jQuery UI Library Rendering
Definition at line 273 of file Container.php.
uiIsEnabled | ( | ) |
Check wheater currently the jQuery UI library is enabled.
Definition at line 296 of file Container.php.
useCdn | ( | ) |
useLocalPath | ( | ) |
useUiCdn | ( | ) |
Is the jQuery Ui enabled and loaded from CDN?
Definition at line 393 of file Container.php.
useUiLocal | ( | ) |
Is the jQuery Ui loaded from local scope?
Definition at line 383 of file Container.php.