Zend_Dojo_View_Helper_Dojo_ContainerContainer for Dojo View Helper
Located in /Dojo/View/Helper/Dojo/Container.php (line 35)
Zend_View_Interface
$view
(line 40)
bool
$_captureLock
= false (line 46)
addOnLoad capture lock
string
$_captureObj
(line 52)
addOnLoad object on which to apply lambda
string
$_cdnBase
= Zend_Dojo::CDN_BASE_GOOGLE (line 58)
Base CDN url to utilize
string
$_cdnDojoPath
= Zend_Dojo::CDN_DOJO_PATH_GOOGLE (line 64)
Path segment following version string of CDN path
string
$_cdnVersion
= '1.4.1' (line 70)
Dojo version to use from CDN
bool
$_dijitLoaderRegistered
= false (line 76)
Has the dijit loader been registered?
array
$_dijits
= array() (line 82)
Registered programmatic dijits
array
$_djConfig
= array() (line 88)
Dojo configuration
bool
$_enabled
= false (line 94)
Whether or not dojo is enabled
bool
$_isXhtml
= false (line 100)
Are we rendering as XHTML?
array
$_javascriptStatements
= array() (line 106)
Arbitrary javascript to include in dojo script
array
$_layers
= array() (line 112)
Dojo layers (custom builds) to use
string
$_localPath
= null (line 118)
Relative path to dojo
string
$_localRelativePath
= null (line 124)
Root of dojo where all dojo files are installed
array
$_modulePaths
= array() (line 136)
Registered module paths
array
$_modules
= array() (line 130)
Modules to require
array
$_onLoadActions
= array() (line 142)
Actions to perform on window load
bool
$_registerDojoStylesheet
= false (line 148)
Register the Dojo stylesheet?
array
$_stylesheetModules
= array() (line 154)
Style sheet modules to load
array
$_stylesheets
= array() (line 160)
Local stylesheets
array
$_zendLoadActions
= array() (line 166)
Array of onLoad events specific to Zend_Dojo integration operations
addDijit (line 713)
Add a programmatic dijit
addDijits (line 749)
Add multiple dijits at once
Expects an array of id => array $params pairs
addJavascript (line 877)
Add arbitrary javascript to execute in dojo JS container
addLayer (line 348)
Add layer (custom build) path
addOnLoad (line 643)
Add a script to execute onLoad
dojo.addOnLoad accepts:
addStylesheet (line 595)
Add a stylesheet
addStylesheetModule (line 567)
Add a stylesheet by module name
clearJavascript (line 907)
Clear arbitrary javascript stack
clearLayers (line 390)
Clear all registered layers
dijitsToJson (line 839)
Render dijits as JSON structure
getCdnBase (line 413)
Return CDN base URL
getCdnDojoPath (line 460)
Get CDN path to dojo (relative to CDN base + version)
getCdnVersion (line 438)
Get CDN version
getDijit (line 788)
Retrieve a dijit by id
getDijits (line 803)
Retrieve all dijits
Returns dijits as an array of assoc arrays
getDjConfig (line 540)
Retrieve dojo configuration values
getDjConfigOption (line 552)
Get dojo configuration value
getJavascript (line 897)
Return all registered javascript statements
getLayers (line 363)
Get registered layers
getLocalPath (line 493)
Get local path to dojo
getModulePaths (line 337)
List registered module paths
getModules (line 310)
Retrieve list of modules to require
getOnLoadActions (line 670)
Retrieve all registered onLoad actions
getStylesheetModules (line 584)
Get all stylesheet modules currently registered
getStylesheets (line 628)
Retrieve registered stylesheets
hasDijit (line 777)
Is the given programmatic dijit already registered?
isEnabled (line 206)
Is dojo enabled?
javascriptCaptureEnd (line 935)
Finish capturing arbitrary javascript to include in dojo script
javascriptCaptureStart (line 918)
Capture arbitrary javascript to include in dojo script
onLoadCaptureEnd (line 697)
Stop capturing routines to run onLoad
onLoadCaptureStart (line 680)
Start capturing routines to run onLoad
prependOnLoad (line 657)
Prepend an onLoad event to the list of onLoad actions
registerDijitLoader (line 850)
Create dijit loader functionality
registerDojoStylesheet (line 613)
Register the dojo.css stylesheet?
With no arguments, returns the status of the flag; with arguments, sets the flag and returns the object.
registerModulePath (line 322)
Register a module path
removeDijit (line 814)
Remove a programmatic dijit if it exists
removeLayer (line 374)
Remove a registered layer
requireModule (line 282)
Specify one or multiple modules to require
setCdnBase (line 402)
Set CDN base path
setCdnDojoPath (line 449)
Set CDN path to dojo (relative to CDN base + version)
setCdnVersion (line 424)
Use CDN, using version specified
setDijit (line 735)
Set a programmatic dijit (overwrites)
setDijits (line 765)
Set multiple dijits at once (overwrites)
Expects an array of id => array $params pairs
setDjConfig (line 515)
Set Dojo configuration
setDjConfigOption (line 528)
Set Dojo configuration option
setLocalPath (line 481)
Set path to local dojo
setOptions (line 217)
Add options for the Dojo Container to use
setView (line 174)
Set view object
useCdn (line 470)
Are we using the CDN?
useLocalPath (line 503)
Are we using a local path?
_addZendLoad (line 1182)
Add an onLoad action related to ZF dijit creation
This method is public, but prefixed with an underscore to indicate that it should not normally be called by userland code. It is pertinent to ensuring that the correct order of operations occurs during dijit creation.
_getLocalRelativePath (line 980)
Retrieve local path to dojo resources for building relative paths
_getZendLoadActions (line 1195)
Retrieve all ZF dijit callbacks
_renderDjConfig (line 1040)
Render DjConfig values
_renderDojoScriptTag (line 1066)
Render dojo script tag
Renders Dojo script tag by utilizing either local path provided or the CDN. If any djConfig values were set, they will be serialized and passed with that attribute.
_renderExtras (line 1115)
Render dojo module paths and requires
_renderLayers (line 1085)
Render layers (custom builds) as script tags
_renderStylesheets (line 995)
Render dojo stylesheets
__toString (line 949)
String representation of dojo environment
Documentation generated on Mon, 21 Jun 2010 15:13:47 -0400 by phpDocumentor 1.4.3