[opencms-dev] Spell Checker with WYSIWYG

Jason Trump jason.trump at brulant.com
Tue Jan 3 16:28:45 CET 2006


We were able to enable spellerpages integration in FCKEditor using Perl
instead of PHP - if you look in the directory where the PHP script is,
you will see a .pl file there.  

 

Theoretically, you should be able to port spellerpages to use a JSP
instead of Perl or PHP, though we decided that the perl integration was
good enough.

This required several steps -

 

*  Editing several config and javascript files in the FCKeditor module.
Basically, export the module and look for references to the PHP script
in both properties and .js files. 

*  Install both perl and aspell on the server side.  Edit the Perl/PHP
script to point to your aspell install.

*  Add the directories containing the perl scripts to the export points
list for the FCKeditor module, so that the scripts end up on disk.

*  Adding a CGI servlet to the OpenCms web.xml descriptor

*  Reload the FCKEditor module (to force the export points to be
rewritten to disk).

 

Unfortunately I don't have the procedure thoroughly documented (and
don't have time immediately available to do so), but hopefully this
information will help you a little bit.  It took me about 2 days of
dedicated work to get the spell check feature working.

 

-jt

 

________________________________

From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of
shishank.mathur at wipro.com
Sent: Tuesday, January 03, 2006 10:07 AM
To: opencms-dev at opencms.org
Subject: [opencms-dev] Spell Checker with WYSIWYG

 

Hi,

 

We are looking at different options to have spell checker functionality
intergrated with WYSIWYG.

 

We had a look at FCKEditor and looking at documentation found that
FCKeditor comes with built-in integration with two spell checkers:
ieSpell and Speller Pages. Limitations with these are: ieSpell works
only with IE while Speller is PHP based. 

 

We are looking for a solution which works atleast in IE and Firefox and
not PHP based.

 

Any pointers will be really appreciated.

 

BR,

Shishank


The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s)
and may contain proprietary, confidential or privileged information. If
you are not the intended recipient, you should not disseminate,
distribute or copy this e-mail. Please notify the sender immediately and
destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient
should check this email and any attachments for the presence of viruses.
The company accepts no liability for any damage caused by any virus
transmitted by this email.

www.wipro.com
	
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20060103/e8af69fc/attachment.htm>


More information about the opencms-dev mailing list