六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 6|回复: 0

CKEditor用法

[复制链接]

升级  66.8%

266

主题

266

主题

266

主题

进士

Rank: 4

积分
834
 楼主| 发表于 2013-2-3 11:20:06 | 显示全部楼层 |阅读模式
 
config.js
 
 
ckeditor.editorconfig = function( config ){// define changes to default configuration here. for example:config.language = 'zh-cn';config.uicolor = '#aadc6e';config.width = '100%';config.height = '300px';config.skin = 'office2003';config.toolbar = 'full';config.fullpage = true;                              //允许html,head,link等标签        config.removeplugins = 'elementspath';   //去掉底部显示的标签        config.resize_enabled = true;                  //显示底部拖动编辑器大小图标};  
html:
 
 
<script type="text/javascript" src="/ckeditor/ckeditor/ckeditor.js"></script> <textarea cols="80" id="htmlcontent" name="htmlcontent">$!htmlcontent</textarea><input name="htmleditor" type="hidden" value="fck"/><div id="fckeditorwrapper"><script type="text/javascript">        ckeditor.replace('htmlcontent');   </script>
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表