TYPO3  7.6
Public Attributes | Protected Member Functions | Protected Attributes | List of all members
TextareaJsonElement Class Reference
Inheritance diagram for TextareaJsonElement:
AbstractJsonElement

Public Attributes

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

Protected Member Functions

 setAttributes (array $parameters)
 
- Protected Member Functions inherited from AbstractJsonElement
 setAttributes (array $parameters)
 
 setFilters (array $parameters)
 
 setLabel (array $parameters)
 
 setLayout (array $parameters)
 
 setValidation (array $parameters)
 

Protected Attributes

 $allowedAttributes
 
- Protected Attributes inherited from AbstractJsonElement
 $allowedAttributes = array()
 
 $childElementsAllowed = true
 

Additional Inherited Members

- Public Member Functions inherited from AbstractJsonElement
 setParameters (array $parameters)
 
 childElementsAllowed ()
 

Detailed Description

JSON textarea

Definition at line 20 of file TextareaJsonElement.php.

Member Function Documentation

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
protected

Definition at line 52 of file TextareaJsonElement.php.

$configuration
Initial value:
= array(
'attributes' => array(
'cols' => 40,
'rows' => 5
),
'filters' => array(),
'label' => array(
'value' => ''
),
'layout' => 'front',
'validation' => array()
)

Definition at line 34 of file TextareaJsonElement.php.

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

Definition at line 27 of file TextareaJsonElement.php.