[Zope] Spell checking in ZOPE
Itamar Shtull-Trauring
itamars@ibm.net
Tue, 11 Apr 2000 11:09:30 +0300
Ken Kinder wrote:
>
> I'm sure I'm not the only one who noticed Netscape doesn't have a spell
> checker in its textarea tag. ;) What do you guys do?
We wrote one :)
http://www.zope.org/Members/noa/SpellChecker - it should be up there soon.
It may be insecure, requires ispell, and it's VERY ugly (my and Noa Harvey's
first Zope creation) but it works!
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.
--
Itamar S.T. itamars@ibm.net