ckeditor 的官方网站是 http://ckeditor.com/ ,我当前使用的版本是v3.0.1。
一、使用方法:
1、在页面
中引入ckeditor核心文件ckeditor.js</script type="text/javas
2、在使用编辑器的地方插入HTML控件
</textarea id="TextArea1" cols="20" rows="2" class="ckeditor">
本文介绍了CKeditor的使用方法,包括如何在页面中引入和配置编辑器,以及详细讲解了CKeditor的配置参数,如界面语言、宽高设置、工具栏配置等。此外,还提到了一些实用技巧,如如何精简CKeditor的文件结构。
ckeditor 的官方网站是 http://ckeditor.com/ ,我当前使用的版本是v3.0.1。
一、使用方法:
1、在页面
中引入ckeditor核心文件ckeditor.js</script type="text/javas
2、在使用编辑器的地方插入HTML控件
</textarea id="TextArea1" cols="20" rows="2" class="ckeditor">
477

被折叠的 条评论
为什么被折叠?