TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Form\Element\TextElement Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\Element\TextElement:
TYPO3\CMS\Backend\Form\Element\AbstractFormElement TYPO3\CMS\Backend\Form\AbstractNode TYPO3\CMS\Backend\Form\NodeInterface

Public Member Functions

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

Protected Member Functions

 getBackendUserAuthentication ()
 
- Protected Member Functions inherited from TYPO3\CMS\Backend\Form\Element\AbstractFormElement
 isWizardsDisabled ()
 
 formMaxWidth ($size=48)
 
 getClipboardElements ($allowed, $mode)
 
 getLanguageService ()
 
- Protected Member Functions inherited from TYPO3\CMS\Backend\Form\AbstractNode
 initializeResultArray ()
 
 mergeChildReturnIntoExistingResult (array $existing, array $childReturn)
 
 getValidationDataAsDataAttribute (array $config)
 
 getValidationDataAsJsonString (array $config)
 

Protected Attributes

 $charactersPerRow = 40
 
- Protected Attributes inherited from TYPO3\CMS\Backend\Form\Element\AbstractFormElement
 $defaultInputWidth = 30
 
 $minimumInputWidth = 10
 
 $maxInputWidth = 50
 
 $clipboard = null
 
 $iconFactory
 
- Protected Attributes inherited from TYPO3\CMS\Backend\Form\AbstractNode
 $data = []
 

Detailed Description

Generation of TCEform elements of the type "text"

Definition at line 26 of file TextElement.php.

Member Function Documentation

◆ getBackendUserAuthentication()

TYPO3\CMS\Backend\Form\Element\TextElement::getBackendUserAuthentication ( )
protected
Returns
BackendUserAuthentication

Definition at line 201 of file TextElement.php.

References $GLOBALS.

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

◆ render()

Member Data Documentation

◆ $charactersPerRow

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

Definition at line 34 of file TextElement.php.