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

Public Attributes

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

Protected Attributes

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

Additional Inherited Members

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

Detailed Description

JSON checkbox

Definition at line 20 of file CheckboxJsonElement.php.

Member Data Documentation

$allowedAttributes
protected
Initial value:
= array(
'accesskey',
'class',
'contenteditable',
'contextmenu',
'dir',
'draggable',
'dropzone',
'hidden',
'id',
'lang',
'spellcheck',
'style',
'tabindex',
'title',
'translate',
'autofocus',
'checked',
'disabled',
'name',
'readonly',
'required',
'type',
'value'
)

Definition at line 51 of file CheckboxJsonElement.php.

$configuration
Initial value:
= array(
'attributes' => array(
'type' => 'checkbox'
),
'filters' => array(),
'label' => array(
'value' => ''
),
'layout' => 'back',
'validation' => array()
)

Definition at line 34 of file CheckboxJsonElement.php.

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

Definition at line 27 of file CheckboxJsonElement.php.