.. include:: ../../../../../Includes.txt .. _typo3.cms.form.prototypes..formelementsdefinition..formeditor.editors.*.singleselecteditor: ==================== [SingleSelectEditor] ==================== .. _typo3.cms.form.prototypes..formelementsdefinition..formeditor.editors.*.singleselecteditor-introduction: Introduction ============ Shows a single select list with values. If a selectoption is selected, then the option value will be written within a form element property which is defined by the "propertyPath" option. .. _typo3.cms.form.prototypes..formelementsdefinition..formeditor.editors.*.singleselecteditor-properties: Properties ========== .. _typo3.cms.form.prototypes..formelementsdefinition..formeditor.editors.*.templatename-singleselecteditor: templateName ------------ :aspect:`Data type` string :aspect:`Needed by` Backend (form editor) :aspect:`Mandatory` Yes :aspect:`Related options` - :ref:`TYPO3.CMS.Form.prototypes.\.formEditor.formEditorPartials .formeditor.formeditorpartials>` :aspect:`value` Inspector-SingleSelectEditor :aspect:`Good to know` - :ref:`"Inspector"` :aspect:`Description` .. include:: properties/TemplateName.rst .. _typo3.cms.form.prototypes..formelementsdefinition..formeditor.editors.*.identifier-singleselecteditor: .. include:: properties/Identifier.rst .. _typo3.cms.form.prototypes..formelementsdefinition..formeditor.editors.*.label-singleselecteditor: .. include:: properties/Label.rst .. _typo3.cms.form.prototypes..formelementsdefinition..formeditor.editors.*.propertypath-singleselecteditor: .. include:: properties/PropertyPath.rst .. _typo3.cms.form.prototypes..formelementsdefinition..formeditor.editors.*.selectoptions.*.value-singleselecteditor: selectOptions.[*].value ----------------------- :aspect:`Data type` string :aspect:`Needed by` Backend (form editor) :aspect:`Mandatory` Yes .. :aspect:`Related options` @ToDo .. :aspect:`Good to know` ToDo :aspect:`Description` The value which should be written into the corresponding form elements property. The corresponding form elements property is identified by the ``propertyPath`` option. .. _typo3.cms.form.prototypes..formelementsdefinition..formeditor.editors.*.selectoptions.*.label-singleselecteditor: selectOptions.[*].label ----------------------- :aspect:`Data type` string :aspect:`Needed by` Backend (form editor) :aspect:`Mandatory` Yes .. :aspect:`Related options` @ToDo .. :aspect:`Good to know` ToDo :aspect:`Description` The label which is shown within the select field.