JSON select
Definition at line 20 of file SelectJsonElement.php.
setOptions |
( |
array |
$parameters | ) |
|
|
protected |
setParameters |
( |
array |
$parameters | ) |
|
Initial value:= array(
'accesskey',
'class',
'contenteditable',
'contextmenu',
'dir',
'draggable',
'dropzone',
'hidden',
'id',
'lang',
'spellcheck',
'style',
'tabindex',
'title',
'translate',
'autofocus',
'disabled',
'multiple',
'name',
'required',
'size'
)
Definition at line 50 of file SelectJsonElement.php.
Initial value:= array(
'attributes' => array(),
'filters' => array(),
'label' => array(
'value' => ''
),
'layout' => 'front',
'options' => array(),
'validation' => array()
)
Definition at line 34 of file SelectJsonElement.php.
$xtype = 'typo3-form-wizard-elements-basic-select' |