‪TYPO3CMS  10.4
TYPO3\CMS\Backend\Form\Container\FlexFormTabsContainer Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\Container\FlexFormTabsContainer:
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 Member Functions

LanguageService getLanguageService ()
 
- ‪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)
 

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( )
 

Detailed Description

Handle flex forms that have tabs (multiple "sheets").

This container is called by FlexFormEntryContainer. It resolves each sheet and hands rendering of single sheet content over to FlexFormElementContainer.

Definition at line 27 of file FlexFormTabsContainer.php.

Member Function Documentation

◆ getLanguageService()

LanguageService TYPO3\CMS\Backend\Form\Container\FlexFormTabsContainer::getLanguageService ( )
protected
Returns
‪LanguageService

Definition at line 121 of file FlexFormTabsContainer.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Backend\Form\Container\FlexFormTabsContainer\render().

◆ render()

Member Data Documentation

◆ $defaultFieldInformation

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

Default field information enabled for this element.

Definition at line 33 of file FlexFormTabsContainer.php.