function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Michael2009Michael2009 

Use spell check in Visualforce page

 Is there any way to call spell check function of SF in Visualforce page? or any spell check javascript source code 

we can download and use in Visualforce page?

bob_buzzardbob_buzzard

The problem with a javascript spell checker is that you would need to deliver the dictionary to each page in order for the spelling to be checked - unlikely to be particularly performant.

 

An online spell checker is a better solution - think of it like google viz - you send your data to their servers and they return the results.

 

A couple of minutes on google threw up this one, but there's probably quite a few out there.

 

http://spell.jacuba.com/

 

 

Michael2009Michael2009
Thanks, bob_buzzard. Did you try http://spell.jacuba.com in IE7? It seems not working for me in IE7