• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Need help with a 'skip word' function

 
Ranch Hand
Posts: 138
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All, I have some javascript that creates a 'spellchecker' for the Yahoo UI rich text editor. There is much YUI coding but I am hoping that someone can spot a vanilla javascript routine for what I need to do. The text editor spellcheker currently moves from word to word offering spelling suggestions and moving on when one is selected, however, I currently do not have a function that will allow the user to 'skip' a word. For instance, if there is a word not in the dictionary, or if there is gibberish, I would like the user to be able to skip to the next word. Right now, the user must close the spellchecker and change the word and then reopen the spellchecker and begin at the next misspelled word. Any ideas are greatly appreciated. I have posted the scipt here: http://pastie.org/652085 I can certainly post it here if that would be more appropriate. TIA.
 
reply
    Bookmark Topic Watch Topic
  • New Topic