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

Public Attributes

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

Protected Member Functions

 setAttributes (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
 

Additional Inherited Members

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

Detailed Description

JSON textarea

Definition at line 20 of file TextareaJsonElement.php.

Member Function Documentation

◆ setAttributes()

TYPO3\CMS\Form\Domain\Model\Json\TextareaJsonElement::setAttributes ( array  $parameters)
protected

Set the attributes according to the allowed attributes of this element

Parameters
array$parametersConfiguration array
Returns
void

Definition at line 93 of file TextareaJsonElement.php.

Member Data Documentation

◆ $allowedAttributes

TYPO3\CMS\Form\Domain\Model\Json\TextareaJsonElement::$allowedAttributes
protected

Definition at line 52 of file TextareaJsonElement.php.

◆ $configuration

TYPO3\CMS\Form\Domain\Model\Json\TextareaJsonElement::$configuration
Initial value:
= [
'attributes' => [
'cols' => 40

Definition at line 34 of file TextareaJsonElement.php.

◆ $xtype

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

Definition at line 27 of file TextareaJsonElement.php.