Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
自从我从 TinyMCE 3 升级到 TinyMCE 4 后,我在控制台中收到以下错误:
已弃用的 TinyMCE API 调用:.onBeforeSetContent.add(..)
我应该改用什么?
你将不得不使用
editor.on('BeforeSetcontent', function(event){ console.log(event) });