08 Feb 2010, 11:15 AM
|
fotstein
Joined on 02-03-2010
Posts 32
|
Re: How do I use [ultimateSpellId]_OnLoad() with spellcheck in a gridview?
|
|
|
|
Ugh nevermind, it is still doing the same thing...
function UpdateDescSpell(results, userContext, methodName) { var textbox = UltimateSpellAsYouTypes[userContext]; textbox.SetSpellText(results);
alert(textbox.GetSpellText);
}
The alert is showing the correct text, so somehow after this thing runs it is resetting the text. But if I run it a second time, it works fine. The only other event handler I have is the onfocus one which just clears out the box and that one is working.
|
|
|
|
|
|
|
|
|