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

Public Member Functions

 setParameters (array $parameters)
 
- Public Member Functions inherited from AbstractJsonElement
 setParameters (array $parameters)
 
 childElementsAllowed ()
 

Public Attributes

 $xtype = 'typo3-form-wizard-elements-content-header'
 
 $configuration
 
- Public Attributes inherited from AbstractJsonElement
 $xtype = ''
 
 $configuration = array()
 

Protected Member Functions

 setVarious (array $parameters)
 
- Protected Member Functions inherited from AbstractJsonElement
 setAttributes (array $parameters)
 
 setFilters (array $parameters)
 
 setLabel (array $parameters)
 
 setLayout (array $parameters)
 
 setValidation (array $parameters)
 

Protected Attributes

 $allowedAttributes
 
- Protected Attributes inherited from AbstractJsonElement
 $allowedAttributes = array()
 
 $childElementsAllowed = true
 

Detailed Description

JSON header

Definition at line 20 of file HeaderJsonElement.php.

Member Function Documentation

setParameters ( array  $parameters)

Set all the parameters for this object

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

Definition at line 63 of file HeaderJsonElement.php.

References HeaderJsonElement\setVarious().

setVarious ( array  $parameters)
protected

Set the various properties for the element

For this element this is the headingsize and the value

Parameters
array$parametersConfiguration array
Returns
void

Definition at line 77 of file HeaderJsonElement.php.

Referenced by HeaderJsonElement\setParameters().

Member Data Documentation

$allowedAttributes
protected
Initial value:
= array(
'class',
'dir',
'id',
'lang',
'style',
'title'
)

Definition at line 47 of file HeaderJsonElement.php.

$configuration
Initial value:
= array(
'attributes' => array(),
'various' => array(
'headingSize' => 'h1',
'content' => ''
)
)

Definition at line 34 of file HeaderJsonElement.php.

$xtype = 'typo3-form-wizard-elements-content-header'

Definition at line 27 of file HeaderJsonElement.php.