Regarding Richard's answer in the forum :
--- begin paste ----
You can enable the tinymce spellchecker by adding 'spellchecker' to the list of
tinymce plugins (lib/web.php around line 123), and adding 'spellchecker' into
the lists of configured buttons in one of the lines following. For example,
just replace this:
plugins: "table,emotions,iespell,inlinepopups,paste",
theme_advanced_buttons1 : "{$adv_buttons[1]}",
with this:
plugins: "table,emotions,spellchecker,inlinepopups,paste",
theme_advanced_buttons1 : "{$adv_buttons[1]},spellchecker",
--- end paste ----
But I think this feature should be activated by default in the Mahara
release to simplify administrator's life and avoid some drawbacks
whenever Mahara is upgraded on the production server.
--
Feature Request: Spell checker
https://bugs.launchpad.net/bugs/598425
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: Triaged
Bug description:
I think the addition of a spell checker to text entry boxes would really help
people to ensure that their portfolio is error free, rather than cutting and
pasting from another program which does has this feature.
_______________________________________________
Mailing list: https://launchpad.net/~mahara-contributors
Post to : [email protected]
Unsubscribe : https://launchpad.net/~mahara-contributors
More help : https://help.launchpad.net/ListHelp