Using EDSSpell... detecting when corrections are made.

  • Currently when a user edits the text withing the TWPRichText component it fires off the onchange event which we use as our way of knowing things were modified and therefore give the user a save option.

    When we use EDSSpell, the user clicks on spell check, and then the user allows EDSSpell to do some corrections the OnChange event is never fired. I need to have a way to know when a change takes place as it takes place so I can update the save and cancel actions.

    Thanks in advance for you help.

  • Zitat von wpsupport

    OnChange is not called since that often trigges a reaload of the text - but the modified flag is set. Thete is also an event OnChangeModified.

    I'll try to somehow utilize the modified flag...

    I can't find an OnChangeModified... is this suppose to be in the TWPRichText component?

  • Forgot to mention... the user clicks the spell check button on the wptoolbar and after they leave the spell check I need a place to put code to check for the modified flag, but there isn't an event that I can find that fires after this has completed.

    How "in code" will I know the spell check has completed.

    Thanks.