ckEditor 中点击保存会触发什么事件?
我已将 ckeditor 编辑器实例添加到我的 asp.net 应用程序中。现在,我想捕获用户单击 ckeditor 工具栏中的保存按钮时的情况 - 但我一直无法找到触发保存按钮时 ckeditor 触发的事件。有谁知道吗?
I've added a ckeditor editor instance to my asp.net application. Now, I want to capture when the user clicks on the save button in the ckeditor toolbar - but I haven't been able to find what event is triggered by ckeditor when the save button is triggered. Does anyone know?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为我不久前问过这个问题 可能相关。一位 CKEditor 开发人员建议使用
getData
事件。I think this question that I asked a while ago may be relevant. One of the CKEditor developers suggested the
getData
event.