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

Public Attributes

const DEFAULT_HEIGHT = 280
 
const DEFAULT_WIDTH = 280
 

Protected Member Functions

 generateJavascript ($formElementId)
 
 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)
 

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

Render data as a tree.

Typically rendered for config type=select, renderType=selectTree

Definition at line 27 of file SelectTreeElement.php.

Member Function Documentation

◆ generateJavascript()

TYPO3\CMS\Backend\Form\Element\SelectTreeElement::generateJavascript (   $formElementId)
protected

◆ getBackendUserAuthentication()

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

Definition at line 220 of file SelectTreeElement.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Backend\Form\Element\SelectTreeElement\generateJavascript().

◆ render()

Member Data Documentation

◆ DEFAULT_HEIGHT

const TYPO3\CMS\Backend\Form\Element\SelectTreeElement::DEFAULT_HEIGHT = 280

Default height of the tree in pixels.

Definition at line 34 of file SelectTreeElement.php.

◆ DEFAULT_WIDTH

const TYPO3\CMS\Backend\Form\Element\SelectTreeElement::DEFAULT_WIDTH = 280

Default width of the tree in pixels.

Definition at line 41 of file SelectTreeElement.php.