Event for when the spellCheckInDialog() moves from one field to the next
9 views
Skip to first unread message
bob...@gmail.com
unread,
Mar 13, 2017, 3:56:50 PM3/13/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JavaScriptSpellCheck
I have looked at the onUpdateFields and onChangeFields events, but both take an array of field IDs (or fields) as the parameter. What I'm looking to do is scroll the page behind the dialog to the field (element) that is being checked as the dialog goes from misspelling to misspelling. As such, I was hoping from some sort of onUpdateField(field), though I could still work with something like onShowMisspelledWord or something as long as I could get to the field where that word came from to fire a .scrollTo() event for it.