TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Form\Domain\Model\Json\CheckboxJsonElement Class Reference
Inheritance diagram for TYPO3\CMS\Form\Domain\Model\Json\CheckboxJsonElement:
TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement tx_form_Domain_Model_JSON_Checkbox

Public Attributes

 $xtype = 'typo3-form-wizard-elements-basic-checkbox'
 
 $configuration
 
- Public Attributes inherited from TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement
 $xtype = ''
 
 $configuration = array()
 

Protected Attributes

 $allowedAttributes
 
- Protected Attributes inherited from TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement
 $allowedAttributes = array()
 
 $childElementsAllowed = TRUE
 

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement
 setParameters (array $parameters)
 
 childElementsAllowed ()
 
- Protected Member Functions inherited from TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement
 setAttributes (array $parameters)
 
 setFilters (array $parameters)
 
 setLabel (array $parameters)
 
 setLayout (array $parameters)
 
 setValidation (array $parameters)
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! JSON checkbox

Author
Patrick Broens patri.nosp@m.ck@p.nosp@m.atric.nosp@m.kbro.nosp@m.ens.n.nosp@m.l

Definition at line 22 of file CheckboxJsonElement.php.

Member Data Documentation

◆ $allowedAttributes

TYPO3\CMS\Form\Domain\Model\Json\CheckboxJsonElement::$allowedAttributes
protected
Initial value:
= array(
'accesskey',
'alt',
'class',
'dir',
'disabled',
'id',
'lang',
'name',
'style: ',
'tabindex',
'title',
'type',
'value'
)

Definition at line 53 of file CheckboxJsonElement.php.

◆ $configuration

TYPO3\CMS\Form\Domain\Model\Json\CheckboxJsonElement::$configuration
Initial value:
= array(
'attributes' => array(
'type' => 'checkbox'
),
'filters' => array(),
'label' => array(
'value' => ''
),
'layout' => 'back',
'validation' => array()
)

Definition at line 36 of file CheckboxJsonElement.php.

◆ $xtype

TYPO3\CMS\Form\Domain\Model\Json\CheckboxJsonElement::$xtype = 'typo3-form-wizard-elements-basic-checkbox'

Definition at line 29 of file CheckboxJsonElement.php.