TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TextElement Class Reference
Inheritance diagram for TextElement:
AbstractFormElement AbstractNode NodeInterface

Public Member Functions

 render ()
 
- Public Member Functions inherited from AbstractFormElement
 __construct (NodeFactory $nodeFactory, array $data)
 
- Public Member Functions inherited from AbstractNode
 __construct (NodeFactory $nodeFactory, array $data)
 
 render ()
 

Protected Member Functions

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

Protected Attributes

 $charactersPerRow = 40
 
- Protected Attributes inherited from AbstractFormElement
 $defaultInputWidth = 30
 
 $minimumInputWidth = 10
 
 $maxInputWidth = 50
 
 $clipboard = null
 
 $iconFactory
 
- Protected Attributes inherited from AbstractNode
 $data = array()
 

Detailed Description

Generation of TCEform elements of the type "text"

Definition at line 26 of file TextElement.php.

Member Function Documentation

getBackendUserAuthentication ( )
protected
Returns
BackendUserAuthentication

Definition at line 200 of file TextElement.php.

References $GLOBALS.

Referenced by TextElement\render().

render ( )

Member Data Documentation

$charactersPerRow = 40
protected

Definition at line 34 of file TextElement.php.