0
votes
0answers
24 views

Spell check in Rich Text Editor - Internalization

I am looking for a spell/grammar check plugin in HTML Rich Text Editor which supports multiple languages (eg: Chinese, English, Arabic, etc.,). Can someone please suggest me a plugin which will be ...
-1
votes
0answers
55 views

How to compile dictionary file with BJSpell?

I decided to use BJSpell in order to check if a word is English or Dutch in javascript. The project page is a little thin on how to compile a dictionary from a .dic and .aff file (see website of ...
1
vote
0answers
38 views

Can bjspell be integrated into tinymce for spellchecking?

I want a offline javascript based spellchecker to be integrated with tinymce.I am thinking about bjspell as the alternative but does not know how to achieve it.
0
votes
0answers
102 views

how to apply style to some text content in textarea in angular

I am trying to create a spell checker for my website using bjspell .Now I want to underline words in textarea that are misspelled.Textarea by default does not support styling specific text.One ...
0
votes
1answer
91 views

spell correction for foreign languages like French, Russian

I want to implement spell correction for foreign languages like French, Russian mostly in javascript/php. In case of english spell checker, I can use edit distance algorithm to retrieve words from ...
2
votes
2answers
2k views

Google Spell check URI not working

http://www.google.com/tbproxy/spell?lang=en can any one help me finding google spell check API Url
0
votes
2answers
211 views

Spell check in Sencha Textarea

I want to have spell check for a textarea field in my sencha app. The textarea field is as follows : { xtype:'textareafield', id:'txt', ...
2
votes
3answers
2k views

Spellchecker is not working in tinymce 4.0 (Non JSON response)

I'm trying to use Spellchecker in TinyMCE 4.0, but it returns the error: Non JSON response:<br /> <b>Warning</b>: call_user_func_array() [<a ...
0
votes
1answer
23 views

Choosing Spellchecker language

I'd like to know if it's possible to specify via HTML or Javascript the language that should be used for spellchecking. I've tried something like <input lang=fr spellcheck="true"/> but the ...
0
votes
0answers
100 views

Deploying spell checking solution on Google App Engine

I have been searching on this problem for a long time with no satisfiable solution. I am developing a web app in python using GAE. I need a spell checking service to make sure the user inputs are ...
0
votes
0answers
63 views

how to check if the user has corrected a misspelled word?

By using the html attribute spellcheck as following: <input type="text" name="a_word" spellcheck="true"> The misspelled word would be redlined if the browser support this feature. The user, ...
-1
votes
1answer
173 views

Synchronous Spell Checking For Node.js

I am trying to check the spelling of individual words synchronously in Node.js. All of the libraries I have found (spellchecker, teacher, speller, ...) have asynchronous calls, and that doesn't work ...
2
votes
1answer
491 views

Integrating tinyMCE with Jspell for Spell Checks?

i am using jspell in my legacy project for spelling checks. I am not sure which version/module it is.Earlier it was used for simple text area where user could write only plain text. Now i am using ...
1
vote
0answers
177 views

Spelling check in Internet Explorer

I want to check spelling while writing in blog/contents in the web-based application. There are few javascript plugin for the same, but none of them is working on Internet Explorer (upto IE 9) then ...
4
votes
2answers
1k views

How to make spell checker work for CKeditor wysiwyg editor

Any edit box that I open in Firefox comes with a spell checking capability which is somehow integrated by Firefox or browsers in general. I have a small php script which users ckeditor wysiwyg editor. ...
6
votes
1answer
1k views

How can I integrate spell-checking to redactor?

How can I add spell checking to the jQuery Redactor editor? I have found a few spell checking JavaScript plugins, but none are easily integrated into Redactor. Has anyone managed to do this ...
5
votes
2answers
960 views

How can I access Chrome's spell-check dictionary?

Clearly Chrome has a built-in dictionary that it uses for spell-checking. Is there an API or some way to access this dictionary? I am interested not in checking spelling, but actually accessing the ...
3
votes
1answer
254 views

How can I make a textarea be spellchecked only when it's focused?

I would like my TEXTAREA Dom node to be spellchecked (i.e. spellcheck=true), but for the spellchecking to be invisible (i.e., no red squiggles) whenever the TEXTAREA isn't focused. I don't care ...
1
vote
1answer
550 views

Django TinyMCE spellchecker not working properly in Chrome, Safari

I'm using TinyMCE editor for my forms in my django app. But the spellchecker plugin won't work properly in Chrome (version 21.0.1180.79) and Safari (version 5.1.7), but works great in Firefox. "Not ...
4
votes
1answer
1k views

CKEditor 3.6.3 Enable browser spellcheck and disable context menu

I'm trying to get a spellcheck into a very bare bones implementation of CKEditor. I've disabled ALL the toolbars and plugins, so we're just left with a simple text box that creates basic HTML. Is it ...
0
votes
1answer
149 views

Spellcheck form fields before submission

I'm trying to warn the users of spelling errors before they submit a form. I'm looking for a solution that hopefully will highlight the misspelled word in an input, textarea or richtextarea(CKeditor) ...
0
votes
0answers
397 views

Javascript Spell Checker Offline

I'm developing for the Blackberry Playbook and require a Javascript Spell Checker that works offline. I've found BJSpell Project but finding it very hard to use, i.e I have a text box and want to ...
7
votes
3answers
168 views

Override browser spellchecking with your own?

I'm writing a form with javascript validation, I'd like to override the browser's built in spell checking. For example, let's say I'm checking serial numbers and they all pass a regex text. I'd like ...
17
votes
2answers
1k views

ASPNetSpell Spell Checker integrated with CKEditor 3 doesn't work with Chrome

I've been working to integrate ASPNetSpell's spell checker (http://www.aspnetspell.com/) into CKEditor (http://ckeditor.com/). I'm seeing some unsettling behavior between IE 8+, FireFox 12 and Chrome ...
2
votes
3answers
2k views

Integrating Spellchecker into Tinymce Not working

In my application I used tinymce editor for textareas. I want to integrate a spellchecker for that so I downloaded the plugin for spell checker and put it into the plugin folder. Next I changed the ...
-4
votes
1answer
4k views

javascript spell checking [closed]

I need a quick solution of javascript spell checking. Although all the browsers underlines misspelled words.I need the same but manual by myself. Actually my application is also running on mac, and ...
0
votes
1answer
350 views

What to Do When HTML5 Spellcheck is Not Implemented in Certain Browsers?

HTML5 spellcheck works in some browsers and not others. In some corporate environments, HTML5 won't be supported for a while. So, what should we do when it's not supported in a particular browser? ...
2
votes
2answers
372 views

How can i catch the firefox spellcheck correction event?

I have a textarea. After writing some misspelled text and using rightclick -> correction the word gets replaced with a correctly spelled word. Now, my problem here is that i need to exectue some ...
0
votes
1answer
128 views

Javascript regex, wont match words next to html tag

I'm using the jquery spellchecker plugin on a contenteditable div, which inserts divs and brs on return. The spellchecker's regex won't match an incorrectly spelled word which is next to a tag. Here ...
2
votes
2answers
3k views

spell check using google.com/tbproxy/spell

I am using google spell check in my project and doing everything as suggested in the blogs but it doesn't seem to work for me. Can you please look at this and tell me what I am doing incorrect. In my ...
0
votes
3answers
2k views

How to resolve error while implementing Jquery.SpellChecker in .net application

I tried to implement Jquery.Spell.Checker in asp.net application but it gives error as shown in following image. Anyone suggest me how to resolve it. CLICK HERE TO SEE THE SAMPLE PS: I have done ...
2
votes
1answer
618 views

Issue getting tinyMCE spellchecker plugin to work with IE6

Let me start off by saying I realize that this is a long shot. I've spent about 7 hours on this already making zero progress or finding any leads. Debugging in IE6 is no fun. I have implemented the ...
6
votes
2answers
773 views

What is a good Javascript or Rails Spelling Checker

Have you guys used any good spelling checker script? I have tried JSpeller and AfterTheDeadline so far. I am using RoR and Jquery. The language is pt-BR
1
vote
1answer
3k views

Need Client side spell checker for DIV

I have content-editable div in my asp.net application.I am looking for client side spell checker(FREE) for this one.Does anyone knows which one i have to use.i already tried on Google some of the ...
2
votes
4answers
4k views

Javascript Spell Checking Methods

Hey, I'm making a Web Based anagram game for fun and practice. The game presents the player with a word and the player needs only to construct new words out of letters contained in the given word. ...
0
votes
1answer
612 views

A method to get an AJAX spellchecker in ASP.NET

So I'm trying to implement a spellchecker in my system, to basically spellcheck certain textboxes in ASP.net. This has proven to be an incredibly difficult task, because no solution exists really, ...
8
votes
3answers
3k views

Is it possible to disable spellcheck in a textarea via JavaScript?

Is it possible to disable spellcheck in a textarea via JavaScript? I've been looking at the HTML5 'spellcheck' attribute, and I can get it to work on its own. However, I'd like to be able to change ...
4
votes
3answers
2k views

javascript spell checker recommendations

we are after a JavaScript spell checker to run on our web app. it just needs to work on textareas and textboxes, no other checking is needed. ideally it would also have the ability to add words to ...
1
vote
1answer
791 views

Is something wrong in this Spell checking using jquery

<script type="text/javascript"> // check the spelling on a textarea $("#check-textarea").click(function (e) { e.preventDefault(); $(".loading").show(); ...
1
vote
0answers
264 views

iframe spell check algorithm

I want to find the best way (using javascript) to check the spelling of an iframe content based on the results that will be returned by the 'hunspell' spell checker. scan fast word by word the ...
2
votes
4answers
431 views

Is there a Microsoft Word Component for the Classic ASP?

Is there a Microsoft Word (or Word-Like) Component for the Web - Specifically, Classic ASP? Something that can attach to multiple instances of HTML textareas... The platform is a homegrown, in-house ...
1
vote
2answers
3k views

Javascript based spell-checkers for web applications

I have just received a requirement to implement spell checking on a web application that we are creating. I know all about FF, Chrome, IESpell, etc. but this one is the client's request. Given ...
3
votes
2answers
643 views

How to find a Word that is enclosed from Html Tags?

I'm programming a spell checker in Javascript in combination with OpenOffice dictionary, and I have a serious problem. I can find whole words using RegEx, but if the word looks like ...
2
votes
4answers
2k views

Add spell check to my website

I have an asp-based website which I would like to add spell checking capabilities to the textarea elements on the page. Most of the pages are generated from an engine, though I can add JavaScript to ...
3
votes
4answers
2k views

Force spell check on a textarea in WebKit

I'm creating a browser based QC/data entry app that will let people edit OCRed files, which naturally have tons of errors. Chunks of data are put in textareas so they can be checked, but the red ...
0
votes
3answers
339 views

Firefox: If needs spellcheck? [duplicate]

Possible Duplicate: Javascript: I have a custom right-click menu but still want the spellcheck! Is there a JS property or command to see if a word is underlined in red (ie. needs to be ...
2
votes
3answers
2k views

What Javascript rich text editor will not break the browser's spellcheck?

I'm using TinyMCE in an ASP.Net project, and I need a spell check. The only TinyMCE plugins I've found use PHP on the server side, and I guess I could just break down and install PHP on my server and ...