Zend Framework
1.12
|
Public Member Functions | |
setView (Zend_View_Interface $view) | |
Set view. | |
getRootNode () | |
Get root node type. | |
setRootNode ($value) | |
Set root node type. | |
_createFormElement ($id, $value, array $params, array $attribs, $dijit=null) | |
Create HTML representation of a dijit form element. | |
![]() | |
getClosingBracket () | |
Get the tag closing bracket. | |
![]() | |
setView (Zend_View_Interface $view) | |
Set the View object. | |
direct () | |
Strategy pattern: currently unutilized. | |
Public Attributes | |
$dojo | |
![]() | |
const | EOL = "\n" |
EOL character. | |
![]() | |
$view = null | |
Protected Member Functions | |
_useDeclarative () | |
Whether or not to use declarative dijit creation. | |
_useProgrammatic () | |
Whether or not to use programmatic dijit creation. | |
_useProgrammaticNoScript () | |
Whether or not to use programmatic dijit creation w/o script creation. | |
_createLayoutContainer ($id, $content, array $params, array $attribs, $dijit=null) | |
Create a layout container. | |
_prepareDijit (array $attribs, array $params, $type, $dijit=null) | |
Merge attributes and parameters. | |
_createDijit ($dijit, $id, array $params) | |
Create a dijit programmatically. | |
_castBoolToString (&$item, $key) | |
Cast a boolean to a string value. | |
_renderHiddenElement ($id, $value) | |
Render a hidden element to hold a value. | |
_createGetParentFormFunction () | |
Create JS function for retrieving parent form. | |
![]() | |
_isXhtml () | |
Is doctype XHTML? | |
_isHtml5 () | |
Is doctype HTML5? | |
_isStrictDoctype () | |
Is doctype strict? | |
_htmlAttribs ($attribs) | |
Converts an associative array to a string of tag attributes. | |
_normalizeId ($value) | |
Normalize an ID. | |
Protected Attributes | |
$_dijit | |
$_elementType | |
$_jsonParams = array('constraints') | |
$_module | |
$_rootNode = 'div' | |
![]() | |
$_closingBracket = null | |
|
protected |
Cast a boolean to a string value.
mixed | $item | |
string | $key |
|
protected |
Create a dijit programmatically.
string | $dijit | |
string | $id | |
array | $params |
_createFormElement | ( | $id, | |
$value, | |||
array | $params, | ||
array | $attribs, | ||
$dijit = null |
|||
) |
Create HTML representation of a dijit form element.
string | $id | |
string | $value | |
array | $params | |
array | $attribs | |
string | null | $dijit |
|
protected |
Create JS function for retrieving parent form.
|
protected |
Create a layout container.
int | $id | |
string | $content | |
array | $params | |
array | $attribs | |
string | null | $dijit |
|
protected |
Merge attributes and parameters.
Also sets up requires
array | $attribs | |
array | $params | |
string | $type | |
string | $dijit | Dijit type to use (otherwise, pull from $_dijit) |
|
protected |
Render a hidden element to hold a value.
string | $id | |
string | int | float | $value |
|
protected |
Whether or not to use declarative dijit creation.
|
protected |
Whether or not to use programmatic dijit creation.
|
protected |
Whether or not to use programmatic dijit creation w/o script creation.
getRootNode | ( | ) |
Get root node type.
setRootNode | ( | $value | ) |
setView | ( | Zend_View_Interface | $view | ) |
Set view.
Set view and enable dojo
Zend_View_Interface | $view |
Implements Zend_View_Helper_Interface.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
$dojo |