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

Public Attributes

 $xtype = 'typo3-form-wizard-elements-basic-submit'
 
 $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 submit

Definition at line 20 of file SubmitJsonElement.php.

Member Data Documentation

◆ $allowedAttributes

TYPO3\CMS\Form\Domain\Model\Json\SubmitJsonElement::$allowedAttributes
protected
Initial value:
= [
'accesskey',
'class',
'contenteditable',
'contextmenu',
'dir',
'draggable',
'dropzone',
'hidden',
'id',
'lang',
'spellcheck',
'style',
'tabindex',
'title',
'translate',
'autofocus',
'disabled',
'name',
'type',
'value'
]

Definition at line 51 of file SubmitJsonElement.php.

◆ $configuration

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

Definition at line 34 of file SubmitJsonElement.php.

◆ $xtype

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

Definition at line 27 of file SubmitJsonElement.php.