TYPO3 CMS  TYPO3_6-2
tx_rtehtmlarea_pi1 Class Reference
Inheritance diagram for tx_rtehtmlarea_pi1:
TYPO3\CMS\Rtehtmlarea\Controller\SpellCheckingController

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Rtehtmlarea\Controller\SpellCheckingController
 main ()
 
 startHandler ($xml_parser, $tag, $attributes)
 
 endHandler ($xml_parser, $tag)
 
 spellCheckHandler ($xml_parser, $string)
 
 collectDataHandler ($xml_parser, $string)
 
 defaultHandler ($xml_parser, $string)
 
- Public Attributes inherited from TYPO3\CMS\Rtehtmlarea\Controller\SpellCheckingController
 $extKey = 'rtehtmlarea'
 
 $siteUrl
 
 $charset = 'utf-8'
 
 $parserCharset = 'utf-8'
 
 $defaultAspellEncoding = 'utf-8'
 
 $aspellEncoding
 
 $result
 
 $text
 
 $misspelled = array()
 
 $suggestedWords
 
 $wordCount = 0
 
 $suggestionCount = 0
 
 $suggestedWordCount = 0
 
 $pspell_link
 
 $pspellMode = 'normal'
 
 $dictionary
 
 $AspellDirectory
 
 $pspell_is_available
 
 $forceCommandMode = 0
 
 $filePrefix = 'rtehtmlarea_'
 
 $xmlCharacterData = ''
 
- Protected Member Functions inherited from TYPO3\CMS\Rtehtmlarea\Controller\SpellCheckingController
 setMainDictionaryPath ()
 
 getMainDictionaryCharacterSet ()
 
 setPersonalDictionaryPath ()
 
 fixPersonalDictionaryCharacterSet ()
 
- Protected Attributes inherited from TYPO3\CMS\Rtehtmlarea\Controller\SpellCheckingController
 $csConvObj
 
 $uploadFolder = 'uploads/tx_rtehtmlarea/'
 
 $mainDictionaryPath
 
 $personalDictionaryPath
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 5877 of file LegacyClassesForIde.php.