SitePoint Sponsor |
|
User Tag List
Results 1 to 7 of 7
Hybrid View
-
Aug 28, 2002, 11:27 #1
- Join Date
- Sep 2000
- Posts
- 230
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
IE Method - Spellcheck - Wysiwyg??
I have a wysiwyg editor i've created using specific IE methods..
I want to add a spellchecker button to this to. Any ideas? Is there an existing IE method to handle this?
-
Aug 28, 2002, 14:29 #2
- Join Date
- Jul 2002
- Location
- Dallas, TX
- Posts
- 2,900
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Is your WYSIWYG editor javascript-based? Or something like PHP? If you are thinking you can do a spell-check with javascript, think again
Cheers
-
Aug 29, 2002, 07:54 #3
- Join Date
- Sep 2000
- Posts
- 230
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
My WYS is js based, but I didn't plan to do my spellcheck w/ js.
I'm looking for solutions along the line of ActiveXObjects, IE Methods, something of that nature, not a specific javascript solution for the spellcheck.
-
Aug 29, 2002, 08:59 #4
-
Aug 29, 2002, 09:00 #5
- Join Date
- Aug 1999
- Location
- Lancaster, Ca. USA
- Posts
- 12,305
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
If you have IESPELL installed, you may be able to invoke it with Javascript. You would have to check their website and see if they make it available via scripting.
-
Aug 29, 2002, 11:13 #6
- Join Date
- Sep 2000
- Posts
- 230
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks, but it looks like Ispell wouldn't do the trick because that require users to download it to their local machines.
My wysiwyg is a richtext editor in a cms, and I don't want the users to have to download anything, just to be able to click on the nifty spellcheck button and off it goes...
-
Aug 29, 2002, 22:01 #7
Bookmarks