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

Public Attributes

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

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

Detailed Description

JSON textline

Definition at line 20 of file TextlineJsonElement.php.

Member Data Documentation

◆ $allowedAttributes

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

Definition at line 51 of file TextlineJsonElement.php.

◆ $configuration

TYPO3\CMS\Form\Domain\Model\Json\TextlineJsonElement::$configuration
Initial value:
= [
'attributes' => [
'type' => 'text'
],
'filters' => [],
'label' => [
'value' => ''
],
'layout' => 'front',
'validation' => []
]

Definition at line 34 of file TextlineJsonElement.php.

◆ $xtype

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

Definition at line 27 of file TextlineJsonElement.php.