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) });