Hi, I've written one (or two). It's not really too hard, provided you have a dictionary.
Spell checking / word replacement is performed using the IE textrange object. Highlight the word in the editor, pop a modal window, and give the user an option to select the correct word. Replace the highlighted word with the user-selected word using built in textrange methods. This was probably the easist portion of our wysiwyg editor to write! I'd imagine that there is something out there which could be purchased or adapted to your editor. Geoff B -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, September 15, 2003 9:14 AM To: CF-Talk Subject: Speel checkers? ( WAS RE: Alternative QYSIWYG editors) Now are there any open source spell scheckers for these QYSIWYG editors? I've been digging around and can't find any. I've been looking at http://sourceforge.net/projects/jazzy/ with the idea of writing a custom tag to encapsulate and all, but have not gotten very far yet. Doug >-----Original Message----- >From: Matt Robertson [mailto:[EMAIL PROTECTED] >Sent: Sunday, September 14, 2003 9:51 AM >To: CF-Talk >Subject: RE: Alternative QYSIWYG editors > > >ActivEdit may cost some money, but, for me at least, not that much if I >look at the cost over time. For the couple of years I have been using >it its always been solid as a rock, easy to install and pretty much >bug-free (MSDHTML quirks beyond AE's control notwithstanding). The >long-terms stability and support has been worth the price. > >If I could fix one thing, it'd be firmer support for foreign languages. >I did an easily translateable custom version not too long ago, but >seeing if it can support Chinese on a fully localized system >is going to >be the real challenge. Supposedly it can't be done but I have a client >who, not knowing this, successfully used AE to input chinese characters >with no special mods to the code or any tech knowledge. > >-------------------------------------------- > Matt Robertson [EMAIL PROTECTED] > MSB Designs, Inc. http://mysecretbase.com >-------------------------------------------- > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

