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

Public Member Functions

 setParameters (array $parameters)
 
- Public Member Functions inherited from ContainerJsonElement
 addElement (\TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement $element)
 
- Public Member Functions inherited from AbstractJsonElement
 setParameters (array $parameters)
 
 childElementsAllowed ()
 

Public Attributes

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

Protected Member Functions

 setConfirmation (array $parameters)
 
 setPostProcessors (array $parameters)
 
 setPrefix (array $parameters)
 

Protected Attributes

 $allowedAttributes
 

Detailed Description

JSON form

Definition at line 20 of file FormJsonElement.php.

Member Function Documentation

setConfirmation ( array  $parameters)
protected

Set the confirmation message boolean

Parameters
array$parametersConfiguration array
Returns
void

Definition at line 93 of file FormJsonElement.php.

Referenced by FormJsonElement\setParameters().

setParameters ( array  $parameters)

Set all the parameters for this object

Parameters
array$parametersConfiguration array
Returns
void
See Also
::setParameters()

Definition at line 79 of file FormJsonElement.php.

References FormJsonElement\setConfirmation(), FormJsonElement\setPostProcessors(), and FormJsonElement\setPrefix().

setPostProcessors ( array  $parameters)
protected

Set the post processors and their configuration

Parameters
array$parametersConfiguration array
Returns
void

Definition at line 106 of file FormJsonElement.php.

Referenced by FormJsonElement\setParameters().

setPrefix ( array  $parameters)
protected

Set the prefix

Parameters
array$parametersConfiguration array
Returns
void

Definition at line 135 of file FormJsonElement.php.

Referenced by FormJsonElement\setParameters().

Member Data Documentation

$allowedAttributes
protected
Initial value:
= array(
'accesskey',
'class',
'contenteditable',
'contextmenu',
'dir',
'draggable',
'dropzone',
'hidden',
'id',
'lang',
'spellcheck',
'style',
'tabindex',
'title',
'translate',
'accept',
'accept-charset',
'action',
'autocomplete',
'enctype',
'method',
'novalidate'
)

Definition at line 46 of file FormJsonElement.php.

$configuration
Initial value:
= array(
'attributes' => array(),
'prefix' => 'tx_form',
'confirmation' => true,
'postProcessor' => array()
)

Definition at line 34 of file FormJsonElement.php.

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

Definition at line 27 of file FormJsonElement.php.