Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
SpellChecker ,while using webspellchecker in our Textbox ,it checks the spelling but its not affecting and changing in Textbox
posted

Hi

while using webspellchecker in our Textbox ,it checks the spelling but its not affecting and changing in Textbox

Parents
No Data
Reply
  • 55
    posted

    I want Sample coding , please any one help me.

     

     

     

     

    function

     

    btnSpellCheck_Click()

    {

     

    var spellchecker1 = ig_getWebControlById("wpcChecker");

     

     

     

     

    var text1 = iged_getById("WebHtmlEditor1")

    spellchecker1.checkSpelling(text1.getText());

    }

Children
No Data