JSON textarea
Definition at line 20 of file TextareaJsonElement.php.
setAttributes |
( |
array |
$parameters | ) |
|
|
protected |
Set the attributes according to the allowed attributes of this element
- Parameters
-
- Returns
- void
Definition at line 93 of file TextareaJsonElement.php.
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' |