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 AccordionPane dijit

string
$_dijit= 'dijit.layout.AccordionPane'
Dijit being used
dijit.layout.AccordionPane
Details
_castBoolToString(
mixed $item, string $key
)
:
void
Cast a boolean to a string value
Inherited from: \Zend_Dojo_View_Helper_Dijit::_castBoolToString()Name | Type | Description |
---|---|---|
$item | mixed | |
$key | string |

_createDijit(
string $dijit, string $id, array $params
)
:
void
Create a dijit programmatically
Inherited from: \Zend_Dojo_View_Helper_Dijit::_createDijit()Name | Type | Description |
---|---|---|
$dijit | string | |
$id | string | |
$params | array |

_createFormElement(
string $id, string $value, array $params, array $attribs, string|null $dijit
=
null
)
:
string
Create HTML representation of a dijit form element
Inherited from: \Zend_Dojo_View_Helper_Dijit::_createFormElement()Name | Type | Description |
---|---|---|
$id | string | |
$value | string | |
$params | array | |
$attribs | array | |
$dijit | string|null |
Type | Description |
---|---|
string |

_createGetParentFormFunction(
)
:
void
Create JS function for retrieving parent form
Inherited from: \Zend_Dojo_View_Helper_Dijit::_createGetParentFormFunction()
_createLayoutContainer(
int $id, string $content, array $params, array $attribs, string|null $dijit
=
null
)
:
string
Create a layout container
Inherited from: \Zend_Dojo_View_Helper_Dijit::_createLayoutContainer()Name | Type | Description |
---|---|---|
$id | int | |
$content | string | |
$params | array | |
$attribs | array | |
$dijit | string|null |
Type | Description |
---|---|
string |

_htmlAttribs(
array $attribs
)
:
string
Converts an associative array to a string of tag attributes.
Inherited from: \Zend_View_Helper_HtmlElement::_htmlAttribs()Name | Type | Description |
---|---|---|
$attribs | array | From this array, each key-value pair is converted to an attribute name and value. |
Type | Description |
---|---|
string | The XHTML for the attributes. |

_isStrictDoctype(
)
:
boolean
Is doctype strict?
Inherited from: \Zend_View_Helper_HtmlElement::_isStrictDoctype()Type | Description |
---|---|
boolean |

_isXhtml(
)
:
boolean
Is doctype XHTML?
Inherited from: \Zend_View_Helper_HtmlElement::_isXhtml()Type | Description |
---|---|
boolean |

_normalizeId(
string $value
)
:
string
Normalize an ID
Inherited from: \Zend_View_Helper_HtmlElement::_normalizeId()Name | Type | Description |
---|---|---|
$value | string |
Type | Description |
---|---|
string |

_prepareDijit(
array $attribs, array $params, string $type, string $dijit
=
null
)
:
array
Merge attributes and parameters
Inherited from: \Zend_Dojo_View_Helper_Dijit::_prepareDijit()Also sets up requires
Name | Type | Description |
---|---|---|
$attribs | array | |
$params | array | |
$type | string | |
$dijit | string | Dijit type to use (otherwise, pull from $_dijit) |
Type | Description |
---|---|
array |

_renderHiddenElement(
string $id, string|int|float $value
)
:
string
Render a hidden element to hold a value
Inherited from: \Zend_Dojo_View_Helper_Dijit::_renderHiddenElement()Name | Type | Description |
---|---|---|
$id | string | |
$value | string|int|float |
Type | Description |
---|---|
string |

_useDeclarative(
)
:
bool
Whether or not to use declarative dijit creation
Inherited from: \Zend_Dojo_View_Helper_Dijit::_useDeclarative()Type | Description |
---|---|
bool |

_useProgrammatic(
)
:
bool
Whether or not to use programmatic dijit creation
Inherited from: \Zend_Dojo_View_Helper_Dijit::_useProgrammatic()Type | Description |
---|---|
bool |

_useProgrammaticNoScript(
)
:
bool
Whether or not to use programmatic dijit creation w/o script creation
Inherited from: \Zend_Dojo_View_Helper_Dijit::_useProgrammaticNoScript()Type | Description |
---|---|
bool |

accordionPane(
int $id
=
null, string $content, array $params
=
array, array $attribs
=
array
)
:
string
dijit.layout.AccordionPane
Name | Type | Description |
---|---|---|
$id | int | |
$content | string | |
$params | array | Parameters to use for dijit creation |
$attribs | array | HTML attributes |
Type | Description |
---|---|
string |

captureEnd(
string $id
)
:
string
Finish capturing content for layout container
Inherited from: \Zend_Dojo_View_Helper_DijitContainer::captureEnd()Name | Type | Description |
---|---|---|
$id | string |
Type | Description |
---|---|
string |

captureStart(
string $id, array $params
=
array, array $attribs
=
array
)
:
void
Begin capturing content for layout container
Inherited from: \Zend_Dojo_View_Helper_DijitContainer::captureStart()Name | Type | Description |
---|---|---|
$id | string | |
$params | array | |
$attribs | array |

direct(
)
:
void
Strategy pattern: currently unutilized
Inherited from: \Zend_View_Helper_Abstract::direct()
getClosingBracket(
)
:
string
Get the tag closing bracket
Inherited from: \Zend_View_Helper_HtmlElement::getClosingBracket()Type | Description |
---|---|
string |

getRootNode(
)
:
string
Get root node type
Inherited from: \Zend_Dojo_View_Helper_Dijit::getRootNode()Type | Description |
---|---|
string |

setRootNode(
string $value
)
:
\Zend_Dojo_View_Helper_Dijit
Set root node type
Inherited from: \Zend_Dojo_View_Helper_Dijit::setRootNode()Name | Type | Description |
---|---|---|
$value | string |
Type | Description |
---|---|
\Zend_Dojo_View_Helper_Dijit |

setView(
\Zend_View_Interface $view
)
:
\Zend_Dojo_View_Helper_Dijit
Set view
Inherited from: \Zend_Dojo_View_Helper_Dijit::setView()Set view and enable dojo
Name | Type | Description |
---|---|---|
$view | \Zend_View_Interface |
Type | Description |
---|---|
\Zend_Dojo_View_Helper_Dijit |