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.
タグを削除するCKeditorを無効にするにはどうすればよい<div>ですか?
<div>
ありがとう。
エディターを次のように定義したとします。
var editor = CKEDITOR.replace( 'editor1' );
次に、この構成を追加します。
editor.config.allowedContent = true;
また
でconfig.js、これを追加するだけです
config.js
config.allowedContent = true;