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 に HTML/avascript コードを挿入すると、ページを保存した後にコードが再フォーマットされたり消えたりします。これを無効にしたい。再フォーマットを止める方法はありますか?
cleanup と呼ばれる tinymce init パラメータがあります。設定する必要があります
cleanup: false,