TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Form\Domain\Model\Json\FieldsetJsonElement Class Reference
Inheritance diagram for TYPO3\CMS\Form\Domain\Model\Json\FieldsetJsonElement:
TYPO3\CMS\Form\Domain\Model\Json\ContainerJsonElement TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement tx_form_Domain_Model_JSON_Fieldset TYPO3\CMS\Form\Domain\Model\Json\CheckboxGroupJsonElement TYPO3\CMS\Form\Domain\Model\Json\NameJsonElement TYPO3\CMS\Form\Domain\Model\Json\RadioGroupJsonElement tx_form_Domain_Model_JSON_Checkboxgroup tx_form_Domain_Model_JSON_Name tx_form_Domain_Model_JSON_Radiogroup

Public Member Functions

 setParameters (array $parameters)
 
- Public Member Functions inherited from TYPO3\CMS\Form\Domain\Model\Json\ContainerJsonElement
 addElement (\TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement $element)
 
- Public Member Functions inherited from TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement
 setParameters (array $parameters)
 
 childElementsAllowed ()
 

Public Attributes

 $xtype = 'typo3-form-wizard-elements-basic-fieldset'
 
 $configuration
 
- Public Attributes inherited from TYPO3\CMS\Form\Domain\Model\Json\ContainerJsonElement
 $elementContainer
 
- Public Attributes inherited from TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement
 $xtype = ''
 
 $configuration = array()
 

Protected Member Functions

 setLegend (array $parameters)
 
- Protected Member Functions inherited from TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement
 setAttributes (array $parameters)
 
 setFilters (array $parameters)
 
 setLabel (array $parameters)
 
 setLayout (array $parameters)
 
 setValidation (array $parameters)
 

Protected Attributes

 $allowedAttributes
 
- Protected Attributes inherited from TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement
 $allowedAttributes = array()
 
 $childElementsAllowed = TRUE
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! JSON fieldset

Author
Patrick Broens patri.nosp@m.ck@p.nosp@m.atric.nosp@m.kbro.nosp@m.ens.n.nosp@m.l

Definition at line 22 of file FieldsetJsonElement.php.

Member Function Documentation

◆ setLegend()

TYPO3\CMS\Form\Domain\Model\Json\FieldsetJsonElement::setLegend ( array  $parameters)
protected

Set the legend for the element

Parameters
array$parametersConfiguration array
Returns
void

Definition at line 74 of file FieldsetJsonElement.php.

Referenced by TYPO3\CMS\Form\Domain\Model\Json\FieldsetJsonElement\setParameters().

◆ setParameters()

TYPO3\CMS\Form\Domain\Model\Json\FieldsetJsonElement::setParameters ( array  $parameters)

Set all the parameters for this object

Parameters
array$parametersConfiguration array
Returns
void
See also
::setParameters()

Definition at line 63 of file FieldsetJsonElement.php.

References TYPO3\CMS\Form\Domain\Model\Json\FieldsetJsonElement\setLegend().

Member Data Documentation

◆ $allowedAttributes

TYPO3\CMS\Form\Domain\Model\Json\FieldsetJsonElement::$allowedAttributes
protected
Initial value:
= array(
'class',
'dir',
'id',
'lang',
'style'
)

Definition at line 48 of file FieldsetJsonElement.php.

◆ $configuration

TYPO3\CMS\Form\Domain\Model\Json\FieldsetJsonElement::$configuration
Initial value:
= array(
'attributes' => array(),
'legend' => array(
'value' => ''
)
)

Definition at line 36 of file FieldsetJsonElement.php.

◆ $xtype

TYPO3\CMS\Form\Domain\Model\Json\FieldsetJsonElement::$xtype = 'typo3-form-wizard-elements-basic-fieldset'

Definition at line 29 of file FieldsetJsonElement.php.