`

CKEditor用法

    博客分类:
  • java
阅读更多
     
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>
 
0
0
分享到:
评论

相关推荐

    ckeditor用法说明和配置

    ckeditor3.6详细的用法说明和配置.很好用!

    ckeditor使用方法.pdf

    ckeditor使用方法.pdf

    C# ckeditor 用法

    在 C# 中写用 ckeditor 的用法

    ckeditor使用方法

    ckeidtor使用方法的pdf格式的文件

    ckeditor的用法以及DLL

    ckeditor的用法以及DLL,上传图片和评论

    ckeditor使用

    详细的ckeditor用法 细心看看吧 帮助不小的 谢谢装载

    ckeditor的用法

    ckeditor的用法html网页编辑器(ASP PHP JSP CGI)

    lineheight支持最新的ckeditor

    用法找见自己的ckeditor地址让后放到ckeditor/plugins/ 下,最后修改ckeditor/config.js,如果之前添加过工具则在 config.extraPlugins = 'gongju'; 这里面直接跟到后面 config.extraPlugins = 'gongju,lineheight'; ...

    ckeditor文件管理按钮

    直接在ckeditor的按钮中显示文件浏览按钮,点击后打开文件浏览窗口,上传或管理文件(必须安装ckfinder先) config.js中添加名为File的按钮 config.js中添加 ... 创建目录 ...ckeditor/skins/v2/file.gif

    asp使用ckeditor和ckfinder上传图片设置

    在asp中使用ckeditor开启图片上传功能的设置方法: 1、下载asp版本的ckfinder,放到ckeditor目录下 2、修改ckeditor\config.js,加上如下内容: CKEDITOR.editorConfig = function( config ) { config.scayt_...

    c# mvc中使用ckeditor上传图片介绍

    在c# mvc中使用ckeditor上传图片,

    CKEditor添加HTML5 Video插件的方法

    CKEditor4.2只能增加flash播放格式,没有视频插件。这个插件允许插入和编辑新的HTML5&lt;video&gt;元素。该对话框允许指定的海报图像,尺寸(他们是根据预览自动调整)和两个源文件,这样既使用了WebM格式(Chrome...

    ckeditor 演示工程

    ckeditor 演示工程,里面包含ckeditor文件,以及两种使用方法的例子,并解决了浏览器防止xxl攻击的错误,具体步骤参考博客,http://blog.csdn.net/wsq724439564/article/details/8854647

    ckeditor3.4.1+ckfinder2.0.1(asp.net整合版)

    使用方法: 1、在页面中引入ckeditor核心文件ckeditor.js &lt;script type="text/javascript" src="ckeditor/ckeditor.js"&gt; &lt;script type="text/javascript" src="ckfinder/ckfinder.js"&gt;&lt;/script&gt; 2、在使用编辑器...

    CKEditor 完美用法包

    CKEditor 3.6.2及CKfind 2.2软件及配置方法,花了两周的时间在网上找关于在线HTML编辑器,配置出现了很多乱七八糟的问题,只有这两个我配置后应用非常完美,特供与大家分享,内有配置文档,注意按文档配置,非常简单...

    ckeditor自定义按钮

    ckeditor自定义按钮方法。自己总结的使用ckeditor开发自定义按钮的方法。

    ckeditor html5_video 插件添加封面和中文功能

    ckeditor4 视频插件html5-video功能增强,添加中文显示,新增添加封面的功能。内有用法示例,请丢在服务器里预览效果。

    CKEditor 4.10.1 中文版.zip

    CKEditor是新一代的FCKeditor,是一个重新开发的版本,CKEditor是全球最优秀的网页在线文字编辑器之一,因其惊人的性能与可扩展...API更改:添加了[`editor.plugins.detectConflict()`]方法查找提供的插件之间的冲突。

    最新ckeditor行距插件lineheight

    适用于ckeditor4.0以上,使用方法: 1.将lineheight文件夹拷入plugins文件夹下 2.修改config文件加入config.extraPlugins += (config.extraPlugins ? ',lineheight' : 'lineheight'); 语句用来加载插件

    蝙蝠CKEditor本地图片自动上传插件 v1.0

    典型应用场景如:配合ckEditor使用,使从WORD粘贴过来的内容中包含的本地图片自动上传到服务器。 依赖环境:JDK1.7+、jQuery、ckEditor4.2、浏览器不限 一般使用说明 JavaScript API: 类: ...

Global site tag (gtag.js) - Google Analytics