Dojo/Form/Decorator/DijitContainer.php

Show: PublicProtectedPrivateinherited
Table of Contents
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.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Form  

\Zend_Dojo_Form_Decorator_DijitContainer

Package: Zend_Dojo\Form_Decorator
Zend_Dojo_Form_Decorator_DijitContainer
Render a dojo dijit layout container via a view helper Accepts the following options: - helper: the name of the view helper to use Assumes the view helper accepts four parameters, the id, content, dijit parameters, and (X)HTML attributes; these will be provided by the element.
Parent(s)
\Zend_Form_Decorator_Abstract
Children
\Zend_Dojo_Form_Decorator_ContentPane
\Zend_Dojo_Form_Decorator_SplitContainer
\Zend_Dojo_Form_Decorator_TabContainer
\Zend_Dojo_Form_Decorator_AccordionContainer
\Zend_Dojo_Form_Decorator_DijitForm
\Zend_Dojo_Form_Decorator_BorderContainer
\Zend_Dojo_Form_Decorator_StackContainer
\Zend_Dojo_Form_Decorator_AccordionPane
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Uses
 
Version
$Id$  

Properties

>VPropertyprotectedarray $_attribs
Element attributes
Details
Type
array
>VPropertyprotectedarray $_dijitParams
Dijit option parameters
Details
Type
array
>VPropertyprotectedstring $_helper
View helper
Details
Type
string
>VPropertyprotectedstring $_title
Container title
Details
Type
string

Methods

methodpublicgetAttribs() : array

Get element attributes

Returns
TypeDescription
array
methodpublicgetDijitParams() : array

Get dijit option parameters

Returns
TypeDescription
array
methodpublicgetHelper() : string

Get view helper for rendering container

Returns
TypeDescription
string
methodpublicgetTitle() : string

Get title

Returns
TypeDescription
string
methodpublicrender(string $content) : string

Render a dijit layout container

Replaces $content entirely from currently set element.
Parameters
NameTypeDescription
$contentstring
Returns
TypeDescription
string
Documentation was generated by phpDocumentor 2.2.0 .