NodeExpansion
Table of Contents
Classes
- FieldControl
- Field controls are additional HTML on a single element level that are typically
shown right aside the main element HTML.
- FieldInformation
- Field information are additional HTML on a single node level that are typically
shown between the label and the main element. They are registered in ['config']['fieldInformation']
TCA section and each element may merge that with default registered information.
- FieldWizard
- Field wizards are additional HTML on a single element level that are typically
shown below the element input. They are registered in ['config']['fieldWizard']
TCA section and each element may merge that with default wizards.