TYPO3  7.6
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
TextblockJsonElement Class Reference
Inheritance diagram for TextblockJsonElement:
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-textblock'
 
 $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 textblock

Definition at line 20 of file TextblockJsonElement.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 62 of file TextblockJsonElement.php.

References TextblockJsonElement\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 76 of file TextblockJsonElement.php.

References elseif.

Referenced by TextblockJsonElement\setParameters().

Member Data Documentation

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

Definition at line 46 of file TextblockJsonElement.php.

$configuration
Initial value:
= array(
'attributes' => array(),
'various' => array(
'text' => ''
)
)

Definition at line 34 of file TextblockJsonElement.php.

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

Definition at line 27 of file TextblockJsonElement.php.