[TYPO3-core] FYI: Added feature #10513: htmlArea RTE: Improve spell checker configurability
Stanislas Rolland
typo3 at sjbr.ca
Sat Feb 21 06:35:54 CET 2009
FYI: The attached SVN patch was committed.
Type:
Feature
Problem:
Default dictionary and list of dictionaries should be set in Page
TSConfig rather than in EM.
Solution:
EM variables defaultDictionary and dictionaryList are marked DEPRECATED.
Page TSConfig property RTE.default.enablePersonalDicts is marked DEPRECATED.
The following Page TSConfig properties are added:
buttons.spellcheck.enablePersonalDictionaries: boolean
If set, personal dictionaries are enabled.
Default: 0
Note: The option is ignored if PHP safe_mode is enabled on the server.
Note: The feature must also be enabled in User TSConfig.
Note: Personal dictionaries are stored in subdirectories of
uploads/tx_rtehtmlarea
buttons.spellcheck.dictionaries.items: list-of-id-strings
The list of Aspell dictionary codes available to the spell checking
feature. This list is used only if safe_mode is enabled. If safe_mode is
not enabled, the list is automatically obtained from Aspell.
Default: en
buttons.spellcheck.dictionaries.restrictToItems: list-of-id-strings
List of Aspell dictionary codes to which the drop-down list of
dictionaries is limited in the spell checker dialogue.
Note: If not set, all dictionaries obtained from Aspell or, if safe_mode
is enabled, all dictionaries listed in property
buttons.spellcheck.dictionaries.items, will appear in the drop-down list.
buttons.spellcheck.dictionaries.[language-iso-code].defaultValue: string
Aspell dictionary code of the dictionary to be used by default to spell
check a content element in the language specified by the ISO code. The
specified dictionary will be pre-selected in the drop-down list of
dictionaries.
Default: the language ISO code.
Bugtracker references:
http://bugs.typo3.org/view.php?id=10513
http://bugs.typo3.org/view.php?id=10336
Branches:
trunk (revision 5046)
Regards,
Stanislas
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rtehtmlarea_feature_10513.patch
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090221/e40d9eb6/attachment.txt
More information about the TYPO3-team-core
mailing list