‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Form\Element\TextTableElement Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\Element\TextTableElement:
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
 injectNodeFactory (NodeFactory $nodeFactory)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
 setData (array $data)
 

Protected Member Functions

string getTableWizard (string $dataId)
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Form\Element\AbstractFormElement
array renderFieldInformation ()
 
array renderFieldControl ()
 
array renderFieldWizard ()
 
 renderLabel (string $for)
 
 wrapWithFieldsetAndLegend (string $innerHTML)
 
 hasNullCheckboxButNoPlaceholder ()
 
 hasNullCheckboxWithPlaceholder ()
 
string formatValue ($format, $itemValue, $formatOptions=[])
 
int formMaxWidth ($size=48)
 
 resolveJavaScriptEvaluation (array $resultArray, string $name, ?object $evalObject)
 
string checkBoxParams (string $itemName, int $formElementValue, int $checkbox, int $checkboxesCount, array $fieldChangeFuncs=[], bool $invert=false)
 
 calculateColumnMarkup (int $cols)
 
 appendValueToLabelInDebugMode (string|int $label, string|int $value)
 
 getLanguageService ()
 
 getBackendUser ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
 initializeResultArray ()
 
array mergeChildReturnIntoExistingResult (array $existing, array $childReturn, bool $mergeHtml=true)
 
 getValidationDataAsJsonString (array $config)
 

Protected Attributes

int $numNewRows = 1
 
array $defaultFieldInformation
 
array $defaultFieldWizard
 
int $charactersPerRow = 40
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Backend\Form\Element\AbstractFormElement
int $defaultInputWidth = 30
 
int $minimumInputWidth = 10
 
int $maxInputWidth = 50
 
NodeFactory $nodeFactory
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
array $data = []
 
array $defaultFieldInformation = array( )
 
array $defaultFieldControl = array( )
 
array $defaultFieldWizard = array( )
 

Detailed Description

Render the table editor

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

Definition at line 29 of file TextTableElement.php.

Member Function Documentation

◆ getTableWizard()

string TYPO3\CMS\Backend\Form\Element\TextTableElement::getTableWizard ( string  $dataId)
protected

Creates the HTML for the Table Wizard:

Returns
‪string HTML for the table wizard

Definition at line 228 of file TextTableElement.php.

Referenced by TYPO3\CMS\Backend\Form\Element\TextTableElement\render().

◆ render()

Member Data Documentation

◆ $charactersPerRow

int TYPO3\CMS\Backend\Form\Element\TextTableElement::$charactersPerRow = 40
protected

The number of chars expected per row when the height of a text area field is automatically calculated based on the number of characters found in the field content.

Definition at line 73 of file TextTableElement.php.

◆ $defaultFieldInformation

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

Default field information enabled for this element.

Definition at line 40 of file TextTableElement.php.

◆ $defaultFieldWizard

array TYPO3\CMS\Backend\Form\Element\TextTableElement::$defaultFieldWizard
protected
Initial value:
= array(
'localizationStateSelector' => [
'renderType' => 'localizationStateSelector',
],
'otherLanguageContent' => [
'renderType' => 'otherLanguageContent',
'after' => [
'localizationStateSelector',
],
],
'defaultLanguageDifferences' => [
'renderType' => 'defaultLanguageDifferences',
'after' => [
'otherLanguageContent',
],
],
)

Default field wizards enabled for this element.

Definition at line 50 of file TextTableElement.php.

◆ $numNewRows

int TYPO3\CMS\Backend\Form\Element\TextTableElement::$numNewRows = 1
protected

Number of new rows to add in bottom of wizard

Definition at line 34 of file TextTableElement.php.