Hi Adam,
I have one urgent requirement.
On a page there is a textbox or textarea and a button. on click of button need to check the spelling of contente in textbox or textarea.
Now I want to use the Netspell of cuteeditor. I tried the code from netspell
LoreSoft.com Site. but it does not support the different languages dictonary as cuteeditor is useing.
The problem is passing the culture from the page the same way as cuteeditor is passing. what I'm trying is to call the function
checkSpellingById(ctrlToCheck); of
spell.js
Is it possible to have some javascript function where I can call the command that cuteeditor is calling on the click of spellcheck button on toolbar?
Thank
Vin