From a1a5d156a9a199033617009cd78aa74b475718f2 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Thu, 9 Oct 2008 08:55:03 +0000 Subject: [PATCH] a couple of lines of more documentation, about the how to enable aspell integration --- phpgwapi/js/fckeditor/egw_integration.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpgwapi/js/fckeditor/egw_integration.txt b/phpgwapi/js/fckeditor/egw_integration.txt index bb9a1371a7..220bae1b43 100644 --- a/phpgwapi/js/fckeditor/egw_integration.txt +++ b/phpgwapi/js/fckeditor/egw_integration.txt @@ -1,7 +1,9 @@ 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 -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)