Element
Table of Contents
Interfaces
- InlineElementHookInterface
 - Interface for classes which hook into inline element handling
 
Classes
- AbstractFormElement
 - Base class for form elements of FormEngine. Contains several helper methods used by single elements.
 - BackendLayoutWizardElement
 - Backend layout element. This is used when editing backend_layout records.
 - CategoryElement
 - Render the category element (a category "select" tree).
 - CheckboxElement
 - Generation of TCEform elements of the type "check"
 - CheckboxLabeledToggleElement
 - Generation of TCEform elements of the type "check"
 - CheckboxToggleElement
 - Generation of TCEform elements of the type "check"
 - ColorElement
 - Render an input field with a color picker
 - DatetimeElement
 - Generation of form elements with TCA type "datetime"
 - EmailElement
 - Render elements of type email
 - FileInfoElement
 - This renderType is used with type=user in FAL for table sys_file and sys_file_metadata, for field fileinfo and renders an informational element with image preview, filename, size and similar.
 - FolderElement
 - Generation of elements of the type "folder"
 - GroupElement
 - Generation of elements of the type "group"
 - ImageManipulationElement
 - Generation of image manipulation FormEngine element.
 - InputHiddenElement
 - Generation of TCEform elements of the type "input type=hidden"
 - InputSlugElement
 - General type=input element for TCA Type=Slug with some additional value.
 - InputTextElement
 - General type=input element
 - JsonElement
 - Handles type=json elements.
 - LinkElement
 - Link element.
 - MfaInfoElement
 - Renders an element, displaying MFA related information and providing interactions like deactivation of active providers and MFA in general.
 - NoneElement
 - None element is a "disabled" input element with formatted values if needed.
 - NumberElement
 - type=number element.
 - PassThroughElement
 - PassThroughElement is the dummy element for type="passthrough".
 - PasswordElement
 - General type=password element.
 - RadioElement
 - Render elements of type radio
 - SelectCheckBoxElement
 - Creates a widget with check box elements.
 - SelectMultipleSideBySideElement
 - Render a widget with two boxes side by side.
 - SelectSingleBoxElement
 - Create a widget with a select box where multiple items can be selected
 - SelectSingleElement
 - Creates a widget where only one item can be selected.
 - SelectTreeElement
 - Render data as a tree.
 - TextElement
 - General type=text element
 - TextTableElement
 - Render the table editor
 - UnknownElement
 - Generation of TCEform elements of where the type is unknown
 - UserElement
 - Generation of elements of the type "user". This is a dummy implementation.
 - UserSysFileStorageIsPublicElement
 - Special type="user" element used in sys_file_storage is_public field
 - UuidElement
 - Render a readonly input field, which is filled with a UUID
 - InputLinkElement
 - Link element.
 - InputDateTimeElement
 - Generation of form elements with TCA type "datetime"
 - InputColorPickerElement
 - Render an input field with a color picker