CFMX 9 - Spell Check

2012-10-03 Thread ColdFusion Developer
Does anyone know a means to implement Spell Check functionality into the CFTEXTAREAs toolbar? I don't think CFMX 9 has a SpellCheck engine so I have to find an alternative. ~| Order the Adobe Coldfusion Anthology now! http

Re: CFMX 9 - Spell Check

2012-10-03 Thread Russ Michaels
you will probably need to use TinyMCE or CKeditor instead On Wed, Oct 3, 2012 at 6:40 PM, ColdFusion Developer cfdev2...@gmail.comwrote: Does anyone know a means to implement Spell Check functionality into the CFTEXTAREAs toolbar? I don't think CFMX 9 has a SpellCheck engine so I have

Re: CFMX 9 - Spell Check

2012-10-03 Thread Leigh
I don't think CFMX 9 has a SpellCheck engine You may need to add it to the toolbar: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-7a01.html -Leigh ~| Order the Adobe Coldfusion

Re: CFMX 9 - Spell Check

2012-10-03 Thread Leigh
Never mind. I just checked and think you are about the engine itself. -Leigh ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: CFMX 9 - Spell Check

2012-10-03 Thread Pete Freitag
to implement Spell Check functionality into the CFTEXTAREAs toolbar? I don't think CFMX 9 has a SpellCheck engine so I have to find an alternative. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: CFMX 9 - Spell Check

2012-10-03 Thread Scott Stewart
On 10/3/2012 1:40 PM, ColdFusion Developer wrote: Does anyone know a means to implement Spell Check functionality into the CFTEXTAREAs toolbar? I don't think CFMX 9 has a SpellCheck engine so I have to find an alternative

Spell check?

2011-01-31 Thread Justin Scott
Any suggestions on a decent spell check engine? (Preferably one that works for both English and Spanish.) Need one that runs entirely on the server in a closed environment, or at the least has the server making the API calls, not the client. Any ideas? -Justin

Re: Spell check?

2011-01-31 Thread Russ Michaels
Jspell and ASpell is pretty popular/common spell check plugin. or take a look at http://www.spellchecker.net/ http://www.spellchecker.net/ On Mon, Jan 31, 2011 at 8:09 PM, Justin Scott leviat...@darktech.orgwrote: Any suggestions on a decent spell check engine? (Preferably one that works

Re: Spell check?

2011-01-31 Thread Gerald Guido
thought I would let you know beforehand that it can be difficult to get it to behave that way. G! On Mon, Jan 31, 2011 at 3:12 PM, Russ Michaels r...@michaels.me.uk wrote: Jspell and ASpell is pretty popular/common spell check plugin. or take a look at http://www.spellchecker.net/ http

Re: Upgraded to CFMX6.1 -spell check broke

2004-10-05 Thread Jeff Congdon
JSpellCheck works on MX, i've used it on 6 and 6.1.It looks like all my files are in c:\CFX_JSpellCheck, and then the cfx is pointed to that. -Jeff Mike Kear wrote: We updgraded one of our dev servers this week, and everything seems to have gone smoothly, nary an issue.Nice. Except one CFX

Upgraded to CFMX6.1 -spell check broke

2004-10-04 Thread Mike Kear
We updgraded one of our dev servers this week, and everything seems to have gone smoothly, nary an issue.Nice. Except one CFX tag broke.It is apparently registered correctly as a java tag in the CFAdministrator, yet when it's called we get the message: [quote] Error processing CFX custom tag

CFDJ Spell Check Article this Month

2004-02-06 Thread Josen Ruiseco
In CFDJ this month Darron Schall wrote an article on how to add spell checking functionality to a site with open source Java. He does not, however, reveal the code for the _javascript_ interface that enables a user to replace, ignore, replace all, and ignore all, etc. Does anyone have this code

Re: CFDJ Spell Check Article this Month

2004-02-06 Thread Darron J. Schall
Sorry, I didn't have time to actually write that portion of the code.The article itself was already longer than it should've been, so I just threw that out as an idea of where to go from here. I think I would implement that by having a list of ignored words.The spell check engine reports back

Re:CFDJ Spell Check Article this Month

2004-02-06 Thread Josen Ruiseco
to actually write that portion of the code. The article itself was already longer than it should've been, so I just threw that out as an idea of where to go from here. I think I would implement that by having a list of ignored words. The spell check engine reports back the location

Re: Spell Check custom tag needed

2004-02-05 Thread Pete Freitag
Ketan Patel wrote: Hi All, Does anybody in the forums know about freebee spell check custom tag or CFX tag. Not a freebie, but we make one: http://www.cfdev.com/spellcheck/ __ Pete Freitag http://www.cfdev.com/ Author of the CFMX Developers Cookbook http

RE: Spell Check custom tag needed

2004-02-05 Thread Samuel Neff
- From: Pete Freitag [mailto:[EMAIL PROTECTED] Sent: Thursday, February 05, 2004 1:48 PM To: CF-Talk Subject: Re: Spell Check custom tag needed Ketan Patel wrote: Hi All, Does anybody in the forums know about freebee spell check custom tag or CFX tag. Not a freebie, but we make one: http

Spell Check custom tag needed

2004-02-04 Thread Ketan Patel
Hi All, Does anybody in the forums know about freebee spell check custom tag or CFX tag. Ketan Patel [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Spell Check custom tag needed

2004-02-04 Thread Nathan Mische
Darron Schall has an article in the latest CFDJ about using the Java open source spell checker Jazzy (http://sourceforge.net/projects/jazzy) with ColdFusion. You may want to check that out. --Nathan [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

spell check ignore all

2002-04-26 Thread Janine Jakim
I am using a spell check (ben forta's). Has anyone used this and made an ignore all button? I'm trying to figure out what the best way to do it... I look at it thinking it should be easy... So how do I flag the query output to not show the same word over and over again as it checks the spelling

Spell Check

2002-01-07 Thread Neil H .
Anyone have any suggestions about a spell check of a TextArea? I have struggled too much with ASPELL and ISPELL in Win2k and its just a real bear. Thanks, Neil __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB

Re: Spell Check

2002-01-07 Thread Gary Kraeger
Ben Forta has a spell checker and cfdev also has one. - Original Message - From: Neil H. [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, January 07, 2002 8:58 AM Subject: Spell Check Anyone have any suggestions about a spell check of a TextArea? I have struggled too

Re: Spell Check

2002-01-07 Thread Birgit Pauli-Haack
http://www.spellchecker.net/features/textbox.htm haven't tried them yet, ... :-)) Birgit Monday, January 07, 2002, 8:58:45 AM, you wrote: NH Anyone have any suggestions about a spell check of a TextArea? I have NH struggled too much with ASPELL and ISPELL in Win2k and its just a real bear

Re: Spell Check

2002-01-07 Thread Neil H .
Thanks but I was looking for something free :) Neil - Original Message - From: Birgit Pauli-Haack [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, January 07, 2002 9:35 AM Subject: Re: Spell Check http://www.spellchecker.net/features/textbox.htm haven't tried them yet

OT: cfx Spell Check Tags

2001-12-21 Thread Brian Klaas
Has anyone had experience with either ActivSpellCheck from CFDev.com or Ben Forta's cfx_spell? I wanted any available feedback on either of the products: stability, dictionary quality/size, UI issues. Please feel free to email me off list. Many thanks, brian klaas FAQ:

RE: cfx Spell Check Tags

2001-12-21 Thread Dave Watts
Has anyone had experience with either ActivSpellCheck from CFDev.com or Ben Forta's cfx_spell? I wanted any available feedback on either of the products: stability, dictionary quality/size, UI issues. We've used CFX_Spell in the past, and it works well enough, except that it requires

RE: cfx Spell Check Tags

2001-12-21 Thread Herbener, Martin - School Information Technology
. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 9:00 AM To: CF-Talk Subject: RE: cfx Spell Check Tags Has anyone had experience with either ActivSpellCheck from CFDev.com or Ben Forta's cfx_spell? I wanted any available feedback