Spell checking in ZOPE
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? -- Ken Kinder 303.381.7631
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
At 03:55 PM 4/10/00 -0600, 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?
Work with Emacs. Regards, Stephan -- Stephan Richter - (901) 573-3308 - srichter@cbu.edu CBU - Physics & Chemistry; Framework Web - Web Design & Development PGP Key: 735E C61E 5C64 F430 4F9C 798E DCA2 07E3 E42B 5391
You don't have a DTML mode for emacs do you? thanks Stephan Richter wrote:
At 03:55 PM 4/10/00 -0600, 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?
Work with Emacs.
Regards, Stephan -- Stephan Richter - (901) 573-3308 - srichter@cbu.edu CBU - Physics & Chemistry; Framework Web - Web Design & Development PGP Key: 735E C61E 5C64 F430 4F9C 798E DCA2 07E3 E42B 5391
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Ken Kinder 303.381.7631
At 11:10 AM 4/11/00 -0600, Ken Kinder wrote:
You don't have a DTML mode for emacs do you?
You can use the SGML-MODE . It works just fine for me. The only thing it will not do right are DTML-COMMENT things. Stephan -- Stephan Richter - (901) 573-3308 - srichter@cbu.edu CBU - Physics & Chemistry; Framework Web - Web Design & Development PGP Key: 735E C61E 5C64 F430 4F9C 798E DCA2 07E3 E42B 5391
participants (3)
-
Itamar Shtull-Trauring -
Ken Kinder -
Stephan Richter