

Fonctions membres publiques | |
| main ($conf) | |
| startHandler ($xml_parser, $tag, $attributes) | |
| endHandler ($xml_parser, $tag) | |
| spellCheckHandler ($xml_parser, $string) | |
| defaultHandler ($xml_parser, $string) | |
Attributs publics | |
| $cObj | |
| $prefixId = 'tx_rtehtmlarea_pi1' | |
| $scriptRelPath = 'pi1/class.tx_rtehtmlarea_pi1.php' | |
| $extKey = 'rtehtmlarea' | |
| $conf = array() | |
| $siteUrl | |
| $charset = 'utf-8' | |
| $parserCharset = 'utf-8' | |
| $result | |
| $text | |
| $misspelled = array() | |
| $suggestedWords | |
| $wordCount = 0 | |
| $suggestionCount = 0 | |
| $suggestedWordCount = 0 | |
| $pspell_link | |
| $pspellMode = 'normal' | |
| $dictionary | |
| $AspellDirectory | |
| $pspell_is_available | |
| $forceCommandMode = 0 | |
| $filePrefix = 'rtehtmlarea_' | |
| $uploadFolder = 'uploads/tx_rtehtmlarea/' | |
| $userUid | |
| $personalDictsArg = '' | |
TYPO3 CVS ID:
| tx_rtehtmlarea_pi1::main | ( | $ | conf | ) |
Main class of Spell Checker plugin for Typo3 CMS
| string | $content: content to be displayed | |
| array | $conf: TS setup for the plugin |
| tx_rtehtmlarea_pi1::startHandler | ( | $ | xml_parser, | |
| $ | tag, | |||
| $ | attributes | |||
| ) |
| tx_rtehtmlarea_pi1::endHandler | ( | $ | xml_parser, | |
| $ | tag | |||
| ) |
| tx_rtehtmlarea_pi1::spellCheckHandler | ( | $ | xml_parser, | |
| $ | string | |||
| ) |
| tx_rtehtmlarea_pi1::defaultHandler | ( | $ | xml_parser, | |
| $ | string | |||
| ) |
| tx_rtehtmlarea_pi1::$cObj |
Réimplémentée à partir de tslib_pibase.
| tx_rtehtmlarea_pi1::$prefixId = 'tx_rtehtmlarea_pi1' |
Réimplémentée à partir de tslib_pibase.
| tx_rtehtmlarea_pi1::$scriptRelPath = 'pi1/class.tx_rtehtmlarea_pi1.php' |
Réimplémentée à partir de tslib_pibase.
| tx_rtehtmlarea_pi1::$extKey = 'rtehtmlarea' |
Réimplémentée à partir de tslib_pibase.
| tx_rtehtmlarea_pi1::$conf = array() |
Should normally be set in the main function with the TypoScript content passed to the method.
$conf[LOCAL_LANG][_key_] is reserved for Local Language overrides. $conf[userFunc] / $conf[includeLibs] reserved for setting up the USER / USER_INT object. See TSref
Réimplémentée à partir de tslib_pibase.
| tx_rtehtmlarea_pi1::$siteUrl |
| tx_rtehtmlarea_pi1::$charset = 'utf-8' |
| tx_rtehtmlarea_pi1::$parserCharset = 'utf-8' |
| tx_rtehtmlarea_pi1::$result |
| tx_rtehtmlarea_pi1::$text |
| tx_rtehtmlarea_pi1::$misspelled = array() |
| tx_rtehtmlarea_pi1::$suggestedWords |
| tx_rtehtmlarea_pi1::$wordCount = 0 |
| tx_rtehtmlarea_pi1::$suggestionCount = 0 |
| tx_rtehtmlarea_pi1::$suggestedWordCount = 0 |
| tx_rtehtmlarea_pi1::$pspell_link |
| tx_rtehtmlarea_pi1::$pspellMode = 'normal' |
| tx_rtehtmlarea_pi1::$dictionary |
| tx_rtehtmlarea_pi1::$AspellDirectory |
| tx_rtehtmlarea_pi1::$pspell_is_available |
| tx_rtehtmlarea_pi1::$forceCommandMode = 0 |
| tx_rtehtmlarea_pi1::$filePrefix = 'rtehtmlarea_' |
| tx_rtehtmlarea_pi1::$uploadFolder = 'uploads/tx_rtehtmlarea/' |
| tx_rtehtmlarea_pi1::$userUid |
| tx_rtehtmlarea_pi1::$personalDictsArg = '' |
1.5.3