‪TYPO3CMS  10.4
TYPO3\CMS\Backend\Form\Container\FlexFormNoTabsContainer Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\Container\FlexFormNoTabsContainer:
TYPO3\CMS\Backend\Form\Container\AbstractContainer TYPO3\CMS\Backend\Form\AbstractNode TYPO3\CMS\Backend\Form\NodeInterface

Public Member Functions

array render ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
 __construct (NodeFactory $nodeFactory, array $data)
 

Protected Attributes

array $defaultFieldInformation
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
NodeFactory $nodeFactory
 
array $data = array( )
 
array $defaultFieldInformation = array( )
 
array $defaultFieldControl = array( )
 
array $defaultFieldWizard = array( )
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Form\Container\AbstractContainer
array renderFieldInformation ()
 
array renderFieldControl ()
 
array renderFieldWizard ()
 
array explodeSingleFieldShowItemConfiguration ($field)
 
string renderTabMenu (array $menuItems, $domId, $defaultTabIndex=1)
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
array initializeResultArray ()
 
array mergeChildReturnIntoExistingResult (array $existing, array $childReturn, bool $mergeHtml=true)
 
string getValidationDataAsJsonString (array $config)
 

Detailed Description

Handle a flex form that has no tabs.

This container is called by FlexFormEntryContainer if only a default sheet exists. It evaluates the display condition and hands over rendering of single fields to FlexFormElementContainer.

Definition at line 27 of file FlexFormNoTabsContainer.php.

Member Function Documentation

◆ render()

Member Data Documentation

◆ $defaultFieldInformation

array TYPO3\CMS\Backend\Form\Container\FlexFormNoTabsContainer::$defaultFieldInformation
protected
Initial value:
= array(
'tcaDescription' => [
'renderType' => 'tcaDescription',
],
)

Default field information enabled for this element.

Definition at line 33 of file FlexFormNoTabsContainer.php.