Hybrid View
-
6 Aug 2007 12:57 AM #1
HTMLEditor and spell checker
HTMLEditor and spell checker
Since I'm using the great HTMLEditor object, I'm wondering if it anyone has already added a spell checker feature?
Two main ways:
- using an online solution with Google Spell check for example
- or using a server side component like aspell
Is it planned in extjs 2.0 ? Or later ?
Thx.
-
7 Aug 2007 12:47 AM #2
-
7 Aug 2007 1:57 AM #3
Thx, I know that FF has spell checker plugins (IE and Safari too) .
But I have "standard" customer users who are not really concerned about installing plug-in. They want "all in the box" ... Like me in fact
-
7 Aug 2007 2:13 AM #4
FF2.x has built-in spellcheck capability. it spellchecks as you type in textareas.
try typing nonsense words in any textarea.
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
7 Aug 2007 2:58 AM #5
spell checker in tinymce
spell checker in tinymce
Hi
You`ll need a dictionary and code on the server side.
On apache you can use aspell with php, and the dictonaries.
Tinymce has a spell checker with php backend that works with aspell.
Just look for ajax spell check and you`ll get other examples.
As far as I know, google suggest doesn`t work any more.
Hope that helps.
-
8 May 2011 8:29 PM #6
I wrote a spell-check dialog with using server-side aspell-based CGI
I wrote a spell-check dialog with using server-side aspell-based CGI
see here:
Spell Check dialog with server-based CGIYaron Yogev
IT Software Developer


Reply With Quote