TYPO3  7.6
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
FieldsetJsonElement Class Reference
Inheritance diagram for FieldsetJsonElement:
ContainerJsonElement AbstractJsonElement CheckboxGroupJsonElement NameJsonElement RadioGroupJsonElement

Public Member Functions

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

Public Attributes

 $xtype = 'typo3-form-wizard-elements-basic-fieldset'
 
 $configuration
 
- Public Attributes inherited from ContainerJsonElement
 $elementContainer
 
- Public Attributes inherited from AbstractJsonElement
 $xtype = ''
 
 $configuration = array()
 

Protected Member Functions

 setLegend (array $parameters)
 

Protected Attributes

 $allowedAttributes
 

Detailed Description

JSON fieldset

Definition at line 20 of file FieldsetJsonElement.php.

Member Function Documentation

setLegend ( array  $parameters)
protected

Set the legend for the element

Parameters
array$parametersConfiguration array
Returns
void

Definition at line 73 of file FieldsetJsonElement.php.

References elseif.

Referenced by FieldsetJsonElement\setParameters().

setParameters ( array  $parameters)

Set all the parameters for this object

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

Definition at line 61 of file FieldsetJsonElement.php.

References FieldsetJsonElement\setLegend().

Member Data Documentation

$allowedAttributes
protected
Initial value:
= array(
'class',
'dir',
'id',
'lang',
'style'
)

Definition at line 46 of file FieldsetJsonElement.php.

$configuration
Initial value:
= array(
'attributes' => array(),
'legend' => array(
'value' => ''
)
)

Definition at line 34 of file FieldsetJsonElement.php.

$xtype = 'typo3-form-wizard-elements-basic-fieldset'

Definition at line 27 of file FieldsetJsonElement.php.