随笔分类 - CKEDITOR
html富文本编辑器
摘要://初始化,得到CKEDITOR对象引用,content为textarea的id var content = CKEDITOR.replace('content'); //如此操作可直接获得CKEDITOR对象引用,并赋值 CKEDITOR.instances.content.setData(“12
阅读全文
摘要:https://ckeditor.com/docs/ckeditor4/latest/examples/api.html Related Features Saving Data – CKEditor 4 in Ajax Applications Tutorials – Timestamp (Cre
阅读全文