‪TYPO3CMS  10.4
TYPO3\CMS\Backend\View\Wizard\Element\BackendLayoutWizardElement Class Reference
Inheritance diagram for TYPO3\CMS\Backend\View\Wizard\Element\BackendLayoutWizardElement:
TYPO3\CMS\Backend\Form\Element\AbstractFormElement TYPO3\CMS\Backend\Form\AbstractNode TYPO3\CMS\Backend\Form\NodeInterface

Public Member Functions

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

Protected Member Functions

 init ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Form\Element\AbstractFormElement
array renderFieldInformation ()
 
array renderFieldControl ()
 
array renderFieldWizard ()
 
bool hasNullCheckboxButNoPlaceholder ()
 
bool hasNullCheckboxWithPlaceholder ()
 
string formatValue ($format, $itemValue, $formatOptions=[])
 
int formMaxWidth ($size=48)
 
string checkBoxParams ($itemName, $formElementValue, $checkbox, $checkboxesCount, $additionalJavaScript='')
 
array calculateColumnMarkup (int $cols)
 
string appendValueToLabelInDebugMode ($label, $value)
 
LanguageService getLanguageService ()
 
BackendUserAuthentication getBackendUser ()
 
- ‪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
 
array $rows = array( )
 
int $colCount = 0
 
int $rowCount = 0
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Backend\Form\Element\AbstractFormElement
int $defaultInputWidth = 30
 
int $minimumInputWidth = 10
 
int $maxInputWidth = 50
 
IconFactory $iconFactory
 
- ‪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

Backend layout element

This class is a TYPO3 Backend implementation and is not considered part of the Public TYPO3 API.

Definition at line 26 of file BackendLayoutWizardElement.php.

Member Function Documentation

◆ init()

◆ render()

Member Data Documentation

◆ $colCount

int TYPO3\CMS\Backend\View\Wizard\Element\BackendLayoutWizardElement::$colCount = 0
protected

◆ $defaultFieldInformation

array TYPO3\CMS\Backend\View\Wizard\Element\BackendLayoutWizardElement::$defaultFieldInformation
protected
Initial value:
= array(
'tcaDescription' => [
'renderType' => 'tcaDescription',
],
)

Default field information enabled for this element.

Definition at line 32 of file BackendLayoutWizardElement.php.

◆ $rowCount

int TYPO3\CMS\Backend\View\Wizard\Element\BackendLayoutWizardElement::$rowCount = 0
protected

◆ $rows

array TYPO3\CMS\Backend\View\Wizard\Element\BackendLayoutWizardElement::$rows = array( )
protected