![]() |
TYPO3
7.6
|
Public Member Functions | |
render () | |
![]() | |
__construct (NodeFactory $nodeFactory, array $data) | |
![]() | |
__construct (NodeFactory $nodeFactory, array $data) | |
render () | |
Protected Attributes | |
$resultArray | |
$pidOfPageRecord | |
$pidOfVersionedMotherRecord | |
$vanillaRteTsConfig | |
$processedRteConfiguration | |
$domIdentifier | |
$defaultExtras | |
$client | |
$language | |
$contentTypo3Language | |
$contentISOLanguage | |
$contentLanguageUid | |
$defaultToolbarOrder | |
$convertToolbarForHtmlAreaArray | |
$toolbar = array() | |
$toolbarOrderArray = array() | |
$pluginButton = array() | |
$pluginLabel = array() | |
$pluginEnabledArray = array() | |
$pluginEnabledCumulativeArray = array() | |
$registeredPlugins = array() | |
![]() | |
$defaultInputWidth = 30 | |
$minimumInputWidth = 10 | |
$maxInputWidth = 50 | |
$clipboard = null | |
$iconFactory | |
![]() | |
$data = array() | |
Render rich text editor in FormEngine
Definition at line 37 of file RichTextElement.php.
|
protected |
Return the Javascript code for copying the HTML code from the editor into the hidden input field.
Definition at line 1125 of file RichTextElement.php.
Referenced by RichTextElement\render().
|
protected |
Return JS arrays of classes configuration
Definition at line 816 of file RichTextElement.php.
|
protected |
Translate Page TS Config array in JS nested array definition Replace 0 values with false Unquote regular expression values Replace empty arrays with empty objects
array | $conf,: | Page TSConfig configuration array |
Definition at line 934 of file RichTextElement.php.
|
protected |
Clean list
string | $str | String to clean |
Definition at line 1276 of file RichTextElement.php.
|
protected |
Client Browser Information
Definition at line 1151 of file RichTextElement.php.
Referenced by RichTextElement\render().
|
protected |
Definition at line 1334 of file RichTextElement.php.
Referenced by RichTextElement\render().
|
protected |
Get the name of the contentCSS files to use
Definition at line 778 of file RichTextElement.php.
|
protected |
Definition at line 1342 of file RichTextElement.php.
|
protected |
Make a file name relative to the PATH_site or to the PATH_typo3
string | $filename,: | a file name of the form EXT:.... or relative to the PATH_site |
Definition at line 1101 of file RichTextElement.php.
Referenced by RichTextElement\getRteInitJsCode(), and RichTextElement\render().
|
protected |
Return the JS code of the toolbar configuration for the HTMLArea editor
Definition at line 1041 of file RichTextElement.php.
|
protected |
Definition at line 1326 of file RichTextElement.php.
|
protected |
Return RTE initialization inline JavaScript code
Definition at line 604 of file RichTextElement.php.
References $GLOBALS, GeneralUtility\createVersionNumberedFilename(), ExtensionManagementUtility\extRelPath(), and RichTextElement\getFullFileName().
Referenced by RichTextElement\render().
|
protected |
Check for possible circularity in classes dependencies
array | $classesArray,: | reference to the array of classes dependencies |
string | $requiringClass,: | class requiring at some iteration level from the initial requiring class |
string | $initialClass,: | initial class from which a circular relationship is being searched |
int | $recursionLevel,: | depth of recursive call |
Definition at line 905 of file RichTextElement.php.
|
protected |
Checks if frontend editing is active.
Definition at line 1141 of file RichTextElement.php.
|
protected |
True if RTE is in full screen mode / called via wizard controller
Definition at line 1318 of file RichTextElement.php.
|
protected |
Return TRUE, if the plugin can be loaded
string | $pluginId,: | The identification string of the plugin |
Definition at line 806 of file RichTextElement.php.
|
protected |
Log usage of deprecated Page TS Config Property
string | $deprecatedProperty,: | Name of deprecated property |
string | $useProperty,: | Name of property to use instead |
string | $version,: | Version of TYPO3 in which the property will be removed |
Definition at line 1225 of file RichTextElement.php.
render | ( | ) |
This will render a <textarea> OR RTE area form field, possibly with various control/validation features
Implements NodeInterface.
Definition at line 213 of file RichTextElement.php.
References RichTextElement\$pluginEnabledArray, RichTextElement\$resultArray, RichTextElement\addOnSubmitJavaScriptCode(), MathUtility\canBeInterpretedAsInteger(), RichTextElement\clientInfo(), BackendUtility\fixVersioningPid(), RichTextElement\getBackendUserAuthentication(), RichTextElement\getFullFileName(), BackendUtility\getPagesTSconfig(), RichTextElement\getRteInitJsCode(), BackendUtility\getSpecConfParts(), AbstractNode\initializeResultArray(), and BackendUtility\RTEsetup().
|
protected |
A list of parameters that is mostly given as GET/POST to other RTE controllers.
Definition at line 1255 of file RichTextElement.php.
|
protected |
Writes contents in a file in typo3temp and returns the file name
string | $label,: | A label to insert at the beginning of the name of the file |
string | $fileExtension,: | The file extension of the file, defaulting to 'js' |
string | $contents,: | The contents to write into the file |
\RuntimeException | If writing to file failed |
Definition at line 952 of file RichTextElement.php.
|
protected |
Definition at line 110 of file RichTextElement.php.
|
protected |
Definition at line 131 of file RichTextElement.php.
|
protected |
Definition at line 138 of file RichTextElement.php.
|
protected |
Definition at line 124 of file RichTextElement.php.
|
protected |
Definition at line 152 of file RichTextElement.php.
|
protected |
Definition at line 103 of file RichTextElement.php.
|
protected |
Definition at line 145 of file RichTextElement.php.
|
protected |
Definition at line 96 of file RichTextElement.php.
|
protected |
Definition at line 117 of file RichTextElement.php.
|
protected |
Definition at line 52 of file RichTextElement.php.
|
protected |
Definition at line 62 of file RichTextElement.php.
|
protected |
Definition at line 177 of file RichTextElement.php.
|
protected |
Definition at line 191 of file RichTextElement.php.
Referenced by RichTextElement\render().
|
protected |
Definition at line 198 of file RichTextElement.php.
|
protected |
Definition at line 184 of file RichTextElement.php.
|
protected |
Definition at line 89 of file RichTextElement.php.
|
protected |
Definition at line 205 of file RichTextElement.php.
|
protected |
Definition at line 44 of file RichTextElement.php.
Referenced by RichTextElement\render().
|
protected |
Definition at line 163 of file RichTextElement.php.
|
protected |
Definition at line 170 of file RichTextElement.php.
|
protected |
Definition at line 81 of file RichTextElement.php.