On Saturday 09 October 2004 22:24, Tino Wildenhain wrote:
Hi,
Am Sa, den 09.10.2004 schrieb garry saddington um 21:50: ...
There is no documentation with the product save a very brief howto and no search results on google apart from the reference to Noa. There are few
Well. You could at least provide the URL to the product you are talking about. Have you tried to contact the author? http://zope.org/Members/noa/folder_contents I can't find out how to contact the author that is why I have asked on the list.
comments in the python code so I am therefore asking for anything that anyone may know about it. I followed the howto and all I get is a blank pop-up window. The howto is below:
The way it works - add a spellchecker object at the top level, with id "speller", then for a form called "addform" with a textarea named "subtitle" you use this DTML command:
<dtml-spellchecker href="/speller" form="addform" input="subtitle">
to print out a spell checker button.
There are no error messages to help -sorry. Is there another better documented way to spell check in zope?
This is still far away from what is needed to help you! You silently skipped the part of how you did the installation, Installed like a standard product which requirements on additional software it has, Ispell how you verified all these requirements are met. Used Ispell from the command line In which context are you trying to use it? Some DTML pages I presume? As directed in the howto on a DTML page You should be able to use external spell chekers (ispell, aspell) with at least an external method. It highly depends on what you want to achieve. You should however be very specific and exthausive with your explanations! I have textareas that take input from users and I want them to be able to spell check their input. regards garry