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

Public Attributes

 $xtype = 'typo3-form-wizard-elements-basic-password'
 
 $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 password

Definition at line 20 of file PasswordJsonElement.php.

Member Data Documentation

$allowedAttributes
protected

Definition at line 51 of file PasswordJsonElement.php.

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

Definition at line 34 of file PasswordJsonElement.php.

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

Definition at line 27 of file PasswordJsonElement.php.