TinyMCE 全屏模式下的事件

发布于 2025-01-07 09:20:57 字数 156 浏览 0 评论 0 原文

我有一个 TinyMCE 编辑器实例,其函数与 onChange 事件相关联。 onChange 在初始化编辑器时绑定在 setup 部分。

当编辑器处于全屏模式时,该函数与新全屏编辑器中的 onChange 事件无关。

关于如何在全屏编辑器中绑定事件有什么想法吗?

I have a TinyMCE editor instance with a function tied to the onChange event.
The onChange is bound in the setup section when initializing the editor.

When the editor is in fullscreen mode the function isn't tied to the onChange event in the new fullscreen editor.

Any ideas of how to bind to events in the fullscreen editor?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

随梦而飞# 2025-01-14 09:20:57

虽然添加 OnChange 事件处理程序的推荐方法是使用 ed.onChange.add() 方法,但如果您使用旧的 onchange_callback 配置设置来定义处理程序,它在普通视图和全屏视图中都会触发。

While the recommended method for adding an OnChange event handler is to use the ed.onChange.add() method, if you use the older onchange_callback config setting to define the handler, it is fired in both the normal and fullscreen view.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文