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 的官方网站是 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">