mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 03:13:40 +01:00
a couple of lines of more documentation, about the how to enable aspell integration
This commit is contained in:
parent
b12f35a56d
commit
a1a5d156a9
@ -1,7 +1,9 @@
|
|||||||
2008/10/09 (KlausLeithoff)
|
2008/10/09 (KlausLeithoff)
|
||||||
|
-To use Speller Pages just set the following configuration in fckconfig.js or in your own Configuration File:
|
||||||
|
FCKConfig.SpellChecker = 'SpellerPages' ;
|
||||||
-editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
|
-editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
|
||||||
-SpellChecker integration (aspell configured path from egw)
|
-SpellChecker integration (aspell configured path from egw)
|
||||||
from line 6 on ...
|
from line 6 on ...
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
-$aspell_prog = '"C:\Program Files\Aspell\bin\aspell.exe"'; // by FredCK (for Windows)
|
-$aspell_prog = '"C:\Program Files\Aspell\bin\aspell.exe"'; // by FredCK (for Windows)
|
||||||
+//$aspell_prog = '"C:\Program Files\Aspell\bin\aspell.exe"'; // by FredCK (for Windows)
|
+//$aspell_prog = '"C:\Program Files\Aspell\bin\aspell.exe"'; // by FredCK (for Windows)
|
||||||
|
Loading…
Reference in New Issue
Block a user