如何知道ckeditor的内容是否改变
如何知道 ckeditor 的内容是否更改。每当 ckeditor 的内容发生更改时,我需要调用 javascript 中的函数。
How To know if content of the ckeditor is changed. I need to call a function in javascript whenever the content of the ckeditor is changed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我已经尝试过以下功能并且对我来说效果很好。我使用的是 CKEDITOR 4,在我的例子中,我根据 'checkDirty() s' 返回值创建了一个回调函数。
checkDirty()
resetDirty()
I have tried the following functions and have worked fine for me. I was using CKEDITOR 4 and in my case i have made a call back function based on the 'checkDirty() s' return value.
checkDirty()
resetDirty()
也许您想要这个插件?
May be you want this plugin?