TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Form\Domain\Model\Json\TextblockJsonElement Class Reference
Inheritance diagram for TYPO3\CMS\Form\Domain\Model\Json\TextblockJsonElement:
TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement

Public Member Functions

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

Public Attributes

 $xtype = 'typo3-form-wizard-elements-content-textblock'
 
 $configuration
 
- Public Attributes inherited from TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement
 $xtype = ''
 
 $configuration = []
 

Protected Member Functions

 setVarious (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 = []
 
 $childElementsAllowed = true
 

Detailed Description

JSON textblock

Definition at line 20 of file TextblockJsonElement.php.

Member Function Documentation

◆ setParameters()

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

Set all the parameters for this object

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

Definition at line 62 of file TextblockJsonElement.php.

References TYPO3\CMS\Form\Domain\Model\Json\TextblockJsonElement\setVarious().

◆ setVarious()

TYPO3\CMS\Form\Domain\Model\Json\TextblockJsonElement::setVarious ( array  $parameters)
protected

Set the various properties for the element

For this element this is the headingsize and the value

Parameters
array$parametersConfiguration array
Returns
void

Definition at line 76 of file TextblockJsonElement.php.

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

Member Data Documentation

◆ $allowedAttributes

TYPO3\CMS\Form\Domain\Model\Json\TextblockJsonElement::$allowedAttributes
protected
Initial value:
= [
'class',
'dir',
'id',
'lang',
'style',
'title'
]

Definition at line 46 of file TextblockJsonElement.php.

◆ $configuration

TYPO3\CMS\Form\Domain\Model\Json\TextblockJsonElement::$configuration
Initial value:
= [
'attributes' => []

Definition at line 34 of file TextblockJsonElement.php.

◆ $xtype

TYPO3\CMS\Form\Domain\Model\Json\TextblockJsonElement::$xtype = 'typo3-form-wizard-elements-content-textblock'

Definition at line 27 of file TextblockJsonElement.php.