You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the knockout events are not working. I have a change event setup to call an ajax function if the value changed but its not working. Any help?
A good question. I'm certainly happy look into the feasibility of this, since it seems logical to ensure that all events wire up. However, when dealing with the change event specifically you can still achieve this. Take a look at my tutorial on Working with Extensions. You can write an extension that gets called each time the editor changes which in turn calls your function. Something like this;
I have another question. This seems to get called multiple times while clicking into the text-area making my change then clicking out. Anyway to only call this fucntion when the value changed or like on blur or something? I don't see a point of calling it on focus. Thanks for your help.
It seems that the knockout events are not working. I have a change event setup to call an ajax function if the value changed but its not working. Any help?
The text was updated successfully, but these errors were encountered: