TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Form\Element\NoneElement Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\Element\NoneElement:
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

 formatValue ($config, $itemValue)
 
- 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)
 

Additional Inherited Members

- 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 where no rendering could be found

Definition at line 24 of file NoneElement.php.

Member Function Documentation

◆ formatValue()

TYPO3\CMS\Backend\Form\Element\NoneElement::formatValue (   $config,
  $itemValue 
)
protected

Format field content if $config['format'] is set to date, filesize, ..., user

Parameters
array$configConfiguration for the display
string$itemValueThe value to display
Returns
string Formatted field value

Definition at line 74 of file NoneElement.php.

References $GLOBALS, $params, TYPO3\CMS\Backend\Utility\BackendUtility\calcAge(), TYPO3\CMS\Core\Utility\GeneralUtility\callUserFunction(), TYPO3\CMS\Core\Utility\MathUtility\forceIntegerInRange(), TYPO3\CMS\Core\Utility\GeneralUtility\formatSize(), and TYPO3\CMS\Backend\Form\Element\AbstractFormElement\getLanguageService().

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

◆ render()

TYPO3\CMS\Backend\Form\Element\NoneElement::render ( )