ckeditor html不顯示,ckeditor 自動過濾html
項目裡面用CKeditor來編輯合同模板,模板中有Html樣式,有div,但一保存就會自動去掉,需要做以下設置:
// editorIndicates whether the contents to be edited are being input as a full HTML page. // A full page includes the <html>, <head>, and <body> elements. // The final output will also reflect this setting, including the <body> contents only if this setting is disabled. config.fullPage= true; // set editor html no display auto filter config.allowedContent= true;*