Note: You are currently viewing documentation for Moodle 2.2. Up-to-date documentation for the latest stable version is available here: Text editor FAQ.

Text editor FAQ: Difference between revisions

From MoodleDocs
No edit summary
(How can I enable a spell-check? (answer copied from HTML editor settings))
Line 1: Line 1:
{{stub}}
{{stub}}
==I can't find the option to do......==
==I can't find the option to do......==


Line 17: Line 16:
* Settings of browser (javascript may be disabled)
* Settings of browser (javascript may be disabled)
* Some custom plugin may break source code
* Some custom plugin may break source code
==How can I enable a spell-check?==
If you want the HTML editor to have a spell-check button, you need to install aspell 0.50 or later on your server, and enter the correct path to access the aspell binary in ''Administration > Server > [[System paths]]''.


==See also==
==See also==

Revision as of 20:43, 2 March 2010

I can't find the option to do......

Click the icon at the far right of the bottom row (two boxes with an arrow). It will say "Enlarge Editor" when you hover over it. The editor will now appear in a pop-up with the full range of options available (e.g. tables).

The HTML Editor does not appear

Check the following points and/or discussions (in no particular order);

How can I enable a spell-check?

If you want the HTML editor to have a spell-check button, you need to install aspell 0.50 or later on your server, and enter the correct path to access the aspell binary in Administration > Server > System paths.

See also