JSON radio
Definition at line 20 of file RadioJsonElement.php.
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 RadioJsonElement.php.
Initial value:= array(
'attributes' => array(
'type' => 'radio'
),
'filters' => array(),
'label' => array(
'value' => ''
),
'layout' => 'back',
'validation' => array()
)
Definition at line 34 of file RadioJsonElement.php.
$xtype = 'typo3-form-wizard-elements-basic-radio' |