[Zope] JavaScript HTML Editor

Phil Harris phil.harris@zope.co.uk
Thu, 30 Aug 2001 14:12:51 +0100


Trevor,

The actual spell checker I use is the one at www.stuffeddog.com, it is
called by xml-rpc from javascript, so the page is not refreshed but the
results are returned in a javascript object.

What you then do with the js object is up to you, I took the simple route
and just displayed them to the user underneath the editing box.

This would work from any old page as well, you simply pass it the html (tags
are ignored), and it checks the lot.

I'll package something up and get back to you.

Phil
phil.harris@zope.co.uk

----- Original Message -----
From: "Trevor Toenjes" <zope@toenjes.com>
To: "Phil Harris" <phil.harris@zope.co.uk>; "oliver" <oliver@mopa.at>;
<zope@zope.org>
Sent: Thursday, August 30, 2001 2:02 PM
Subject: RE: [Zope] JavaScript HTML Editor


> Phil,
> I will take you up on the offer for a DHTML editor with spell checking.
> Spell checking is the first thing end users ask for when you show them an
> online editor.
> It would be great to link an online spell checker (which bypasses
scripting,
> tags, etc) with the ubiquitous MS Spellcheck, so users can utilize their
> offline dictionaries.  But I guess that's a different board...
>
> Thanks,
> -Trevor
>
>
> > -----Original Message-----
> > From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Phil
> > Harris
> > Sent: Thursday, August 30, 2001 5:26 AM
> > To: oliver; zope@zope.org
> > Subject: Re: [Zope] JavaScript HTML Editor
> >
> >
> > Search sourcefourge.net for XSDHEditor.
> >
> > I've got a version that also does spell-chcking, and saves without
> > refreshing the page if you're interested in seeing it.
> >
> > Phil
> >
> > ----- Original Message -----
> > From: "oliver" <oliver@mopa.at>
> > To: <zope@zope.org>
> > Sent: Thursday, August 30, 2001 10:16 AM
> > Subject: [Zope] JavaScript HTML Editor
> >
> >
> > > Hello folks!
> > >
> > > i was searchin on the net and i found some not working WYSIWYG html
> > editors
> > > for the web!
> > > i need something like this one
> > > http://cmf.zope.org/Members/joned/wysiwyg/view ! but this is not
> > working...
> > >
> > > if someone knows a well workin editor please contact me!
> > >
> > >
> > > Thanks in Advance!
> > >
> > > Oliver
> > >
> > > _______________________________________________
> > > 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 )
> >
> >
> > _______________________________________________
> > 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 )