Dojo/Form/Decorator/TabContainer.php

Show: inherited
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 [email protected] so we can send you a copy immediately.

Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Form  

\Zend_Dojo_Form_Decorator_TabContainer

Package: Zend\Dojo\Form\Decorator

TabContainer

Render a dijit TabContainer

Parent(s)
\Zend_Dojo_Form_Decorator_DijitContainer < \Zend_Form_Decorator_Abstract
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Uses
\global\Zend_Dojo_Form_Decorator_DijitContainer  
Version
$Id: TabContainer.php 24593 2012-01-05 20:35:02Z matthew $  

Constants

Properties

Propertyprotectedarray $_attribs =
inherited

Element attributes

Inherited from: \Zend_Dojo_Form_Decorator_DijitContainer::$$_attribs
Details
Type
array
Inherited_from
\Zend_Dojo_Form_Decorator_DijitContainer::$$_attribs  
Propertyprotectedarray $_dijitParams =
inherited

Dijit option parameters

Inherited from: \Zend_Dojo_Form_Decorator_DijitContainer::$$_dijitParams
Details
Type
array
Inherited_from
\Zend_Dojo_Form_Decorator_DijitContainer::$$_dijitParams  
Propertyprotectedstring $_helper = 'TabContainer'

View helper

Default value'TabContainer'Details
Type
string
Propertyprotectedarray $_options = array()
Default valuearray()Details
Type
array
Inherited_from
\Zend_Form_Decorator_Abstract::$$_options  
Inherited_from
\Zend_Dojo_Form_Decorator_DijitContainer::$$_options  
Propertyprotectedstring $_placement = 'APPEND'
Default value'APPEND'Details
Type
string
Inherited_from
\Zend_Form_Decorator_Abstract::$$_placement  
Inherited_from
\Zend_Dojo_Form_Decorator_DijitContainer::$$_placement  
Propertyprotectedstring $_separator = PHP_EOL
Default valuePHP_EOLDetails
Type
string
Inherited_from
\Zend_Form_Decorator_Abstract::$$_separator  
Inherited_from
\Zend_Dojo_Form_Decorator_DijitContainer::$$_separator  
Propertyprotectedstring $_title =
inherited

Container title

Inherited from: \Zend_Dojo_Form_Decorator_DijitContainer::$$_title
Details
Type
string
Inherited_from
\Zend_Dojo_Form_Decorator_DijitContainer::$$_title  

Methods

methodpublic__construct(array | \Zend_Config $options = null) : void

Accept options during initialization.

Parameters
Name Type Description
$options array | \Zend_Config
methodpublicgetAttribs() : array
inherited

Get element attributes

Inherited from: \Zend_Dojo_Form_Decorator_DijitContainer::getAttribs()
Returns
Type Description
array
methodpublicgetDijitParams() : array
inherited

Get dijit option parameters

Inherited from: \Zend_Dojo_Form_Decorator_DijitContainer::getDijitParams()
Returns
Type Description
array
methodpublicgetHelper() : string
inherited

Get view helper for rendering container

Inherited from: \Zend_Dojo_Form_Decorator_DijitContainer::getHelper()
Returns
Type Description
string
methodpublicgetOption(string $key) : mixed
Parameters
Name Type Description
$key string
Returns
Type Description
mixed
methodpublicgetOptions() : array
Returns
Type Description
array
methodpublicgetPlacement() : string
inherited

Determine if decorator should append or prepend content

Inherited from: \Zend_Form_Decorator_Abstract::getPlacement()\Zend_Dojo_Form_Decorator_DijitContainer::getPlacement()
Returns
Type Description
string
methodpublicgetSeparator() : string
inherited

Retrieve separator to use between old and new content

Inherited from: \Zend_Form_Decorator_Abstract::getSeparator()\Zend_Dojo_Form_Decorator_DijitContainer::getSeparator()
Returns
Type Description
string
methodpublicgetTitle() : string
inherited

Get title

Inherited from: \Zend_Dojo_Form_Decorator_DijitContainer::getTitle()
Returns
Type Description
string
methodpublicremoveOption(mixed $key) : void
Parameters
Name Type Description
$key mixed
methodpublicrender(string $content) : string
inherited

Render a dijit layout container

Inherited from: \Zend_Dojo_Form_Decorator_DijitContainer::render()

Replaces $content entirely from currently set element.

Parameters
Name Type Description
$content string
Returns
Type Description
string
Throws
Exception Description
\Zend_Form_Decorator_Exception when unimplemented
methodpublicsetConfig(\Zend_Config $config) : \Zend_Form_Decorator_Abstract
Parameters
Name Type Description
$config \Zend_Config
Returns
Type Description
\Zend_Form_Decorator_Abstract
methodpublicsetElement(\Zend_Form_Element | \Zend_Form $element) : \Zend_Form_Decorator_Abstract

While the name is "setElement", a form decorator could decorate either an element or a form object.

Parameters
Name Type Description
$element \Zend_Form_Element | \Zend_Form
Returns
Type Description
\Zend_Form_Decorator_Abstract
Throws
Exception Description
\Zend_Form_Decorator_Exception on invalid element type
methodpublicsetOption(string $key, mixed $value) : \Zend_Form_Decorator_Abstract
Parameters
Name Type Description
$key string
$value mixed
Returns
Type Description
\Zend_Form_Decorator_Abstract
methodpublicsetOptions(array $options) : \Zend_Form_Decorator_Abstract
Parameters
Name Type Description
$options array
Returns
Type Description
\Zend_Form_Decorator_Abstract
Documentation was generated by phpDocumentor 2.0.0a8.