Zend Framework
1.12
|
Public Member Functions | |
form ($id, $attribs=null, $content=false) | |
dijit.form.Form | |
getFormHelper () | |
Get standard form helper. | |
![]() | |
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. | |
Protected Attributes | |
$_dijit = 'dijit.form.Form' | |
$_module = 'dijit.form.Form' | |
$_helper | |
![]() | |
$_dijit | |
$_elementType | |
$_jsonParams = array('constraints') | |
$_module | |
$_rootNode = 'div' | |
![]() | |
$_closingBracket = null | |
Additional Inherited Members | |
![]() | |
$dojo | |
![]() | |
_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. | |
form | ( | $id, | |
$attribs = null , |
|||
$content = false |
|||
) |
dijit.form.Form
string | $id | |
null | array | $attribs | HTML attributes |
false | string | $content |
getFormHelper | ( | ) |
Get standard form helper.
|
protected |
|
protected |
|
protected |