-
4 Feb 2011 7:20 AM #1
Ext-JS Spell checker
Ext-JS Spell checker
hi,
Is there any existing Ext-JS spell checker component? I want to have a simple checker on plain text area.
Thanks!
Acton
-
4 Feb 2011 11:57 AM #2
It's hard enough to find a good JavaScript spell checker at all, not to mention one specifically in ExtJS.
The jquery-spellchecker looks pretty decent to me. Have you considered it?
-
13 Feb 2011 9:23 AM #3
I've written an on-the-fly spellchecker for IE 6 (http://www.sencha.com/forum/showthre...lEditor.JSpell)
-
8 May 2011 8:24 PM #4
I've written a spell-checker component
I've written a spell-checker component
Yaron Yogev
IT Software Developer
-
26 Oct 2012 12:51 AM #5
Spellchecking is a nice to have for me, so since nearly all the latest browsers are supporting the HTML5 spellcheck attribute, I'm going with that. No plugins, no heavy ajax-ing.
http://wufoo.com/html5/attributes/17-spellcheck.html
-
26 Oct 2012 4:15 AM #6
@dr-dan: Does ExtJS add this HTML5 attribute to its form fields automatically, or does something else need to be done or set?
-
26 Oct 2012 4:26 AM #7
-
27 Oct 2012 9:36 PM #8
Unfortunately, many people use older browsers so they can't use it
Unfortunately, many people use older browsers so they can't use it
Anybody who likes to use IE and is still working on Windows XP (there are many of those among my users) will not have this capability. You'd be amazed how many times I still see people using IE 6!
Yaron Yogev
IT Software Developer
Similar Threads
-
CheckboxSelectionModel extension to automatically check/uncheck header checker
By eugs51 in forum Community DiscussionReplies: 2Last Post: 2 Nov 2012, 7:52 PM -
HTMLEditor and spell checker
By DeeZ in forum Community DiscussionReplies: 7Last Post: 9 May 2011, 3:25 AM -
[FIXED-394][3.??] Extra CSS: x-grid3-hd-checker
By Eric24 in forum Ext 3.x: BugsReplies: 3Last Post: 17 Dec 2009, 6:18 AM -
CheckboxSelectionModel PagingToolbar and x-grid3-hd-checker
By mbalusu in forum Ext 2.x: Help & DiscussionReplies: 4Last Post: 1 Apr 2008, 12:56 AM


Reply With Quote