![]() |
TYPO3
7.6
|
Public Member Functions | |
setParameters (array $parameters) | |
![]() | |
addElement (\TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement $element) | |
![]() | |
setParameters (array $parameters) | |
childElementsAllowed () | |
Public Attributes | |
$xtype = 'typo3-form-wizard-elements-basic-form' | |
$configuration | |
![]() | |
$elementContainer | |
![]() | |
$xtype = '' | |
$configuration = array() | |
Protected Member Functions | |
setConfirmation (array $parameters) | |
setPostProcessors (array $parameters) | |
setPrefix (array $parameters) | |
Protected Attributes | |
$allowedAttributes | |
JSON form
Definition at line 20 of file FormJsonElement.php.
|
protected |
Set the confirmation message boolean
array | $parameters | Configuration array |
Definition at line 93 of file FormJsonElement.php.
Referenced by FormJsonElement\setParameters().
setParameters | ( | array | $parameters | ) |
Set all the parameters for this object
array | $parameters | Configuration array |
Definition at line 79 of file FormJsonElement.php.
References FormJsonElement\setConfirmation(), FormJsonElement\setPostProcessors(), and FormJsonElement\setPrefix().
|
protected |
Set the post processors and their configuration
array | $parameters | Configuration array |
Definition at line 106 of file FormJsonElement.php.
Referenced by FormJsonElement\setParameters().
|
protected |
Set the prefix
array | $parameters | Configuration array |
Definition at line 135 of file FormJsonElement.php.
Referenced by FormJsonElement\setParameters().
|
protected |
Definition at line 46 of file FormJsonElement.php.
$configuration |
Definition at line 34 of file FormJsonElement.php.
$xtype = 'typo3-form-wizard-elements-basic-form' |
Definition at line 27 of file FormJsonElement.php.