Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Dojo dijit base class
string $_dijit = ''
Dijit being used
string $_elementType = ''
Element type
array $_jsonParams = 'array'
Parameters that should be JSON encoded
string $_module = ''
Dojo module to use
string $_rootNode = 'div'
Root node element type for layout elements
Zend_Dojo_View_Helper_Dojo_Container $dojo = ''
_castBoolToString(
mixed $item, string $key
)
:
void
Cast a boolean to a string value
_createDijit(
string $dijit, string $id, array $params
)
:
void
Create a dijit programmatically
_createFormElement(
string $id, string $value, array $params, array $attribs, string|null $dijit
=
null
)
:
string
Create HTML representation of a dijit form element
_createGetParentFormFunction(
)
:
void
Create JS function for retrieving parent form
_createLayoutContainer(
int $id, string $content, array $params, array $attribs, string|null $dijit
=
null
)
:
string
Create a layout container
_prepareDijit(
array $attribs, array $params, string $type, string $dijit
=
null
)
:
array
Merge attributes and parameters
Also sets up requires
_renderHiddenElement(
string $id, string|int|float $value
)
:
string
Render a hidden element to hold a value
_useDeclarative(
)
:
bool
Whether or not to use declarative dijit creation
_useProgrammatic(
)
:
bool
Whether or not to use programmatic dijit creation
_useProgrammaticNoScript(
)
:
bool
Whether or not to use programmatic dijit creation w/o script creation
getRootNode(
)
:
string
Get root node type
setRootNode(
string $value
)
:
Zend_Dojo_View_Helper_Dijit
Set root node type
setView(
Zend_View_Interface $view
)
:
Zend_Dojo_View_Helper_Dijit
Set view
Set view and enable dojo