Inheritances
Files
Overview
FRAMES
NO FRAMES

Class Zend_Dojo_View_Helper_CustomDijit

Zend_Dojo
|-Zend_Dojo_View
|- class Zend_Dojo_View_Helper_CustomDijit extends Zend_Dojo_View_Helper_DijitContainer
Arbitrary dijit support
UsesZend_Dojo_View_Helper_DijitContainer
PackageZend_Dojo
SubpackageView
CopyrightCopyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
Licensehttp://framework.zend.com/license/new-bsd New BSD License

Summary

Instance fields
# $_defaultDojoType Default dojoType; set the value when extending
Instance methods
+ captureStart() Begin capturing content.
+ customDijit() Render a custom dijit

Details

Instance fields

$_defaultDojoType
protected $_defaultDojoType
Default dojoType; set the value when extending
Var string

Instance methods

captureStart()
public function captureStart( $id
array $params = array()
array $attribs = array()
)
Begin capturing content.

Requires that either the $_defaultDojotype property is set, or
that you pass a value to the "dojoType" key of the $params argument.
Parameters
string $id
array $params
array $attribs
Returns void
customDijit()
public function customDijit( $id = null
$value = null
array $params = array()
array $attribs = array()
)
Render a custom dijit

Requires that either the $_defaultDojotype property is set, or
that you pass a value to the "dojoType" key of the $params argument.
Parameters
string $id
string $value
array $params
array $attribs