TYPO3 CMS  TYPO3_6-2
tx_t3editor Class Reference
Inheritance diagram for tx_t3editor:
TYPO3\CMS\T3editor\T3editor TYPO3\CMS\Core\SingletonInterface

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\T3editor\T3editor
 setMode ($mode)
 
 setAjaxSaveType ($ajaxSaveType)
 
 setModeByFile ($file)
 
 setModeByType ($type)
 
 getMode ()
 
 isEnabled ()
 
 __construct ()
 
 getModeSpecificJavascriptCode ()
 
 getCodeEditor ($name, $class='', $content='', $additionalParams='', $alt='', array $hiddenfields=array())
 
 ajaxSaveCode ($params, $ajaxObj)
 
 getPlugins ($params, \TYPO3\CMS\Core\Http\AjaxRequestHandler &$ajaxObj)
 
- Public Attributes inherited from TYPO3\CMS\T3editor\T3editor
const MODE_TYPOSCRIPT = 'typoscript'
 
const MODE_JAVASCRIPT = 'javascript'
 
const MODE_CSS = 'css'
 
const MODE_XML = 'xml'
 
const MODE_HTML = 'html'
 
const MODE_PHP = 'php'
 
const MODE_SPARQL = 'sparql'
 
const MODE_MIXED = 'mixed'
 
- Protected Member Functions inherited from TYPO3\CMS\T3editor\T3editor
 getPreparedTemplate ()
 
 getParserfileByMode ($mode)
 
 getStylesheetByMode ($mode)
 
 getJavaScriptLabels ()
 
 getJavaScriptLabelsFromLocallang ($selectionPrefix='js.', $stripFromSelectionName='')
 
- Protected Attributes inherited from TYPO3\CMS\T3editor\T3editor
 $mode = ''
 
 $ajaxSaveType = ''
 
 $editorCounter = 0
 
 $_isEnabled = TRUE
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 6317 of file LegacyClassesForIde.php.