新建一个web项目ckfinder,导入lib包 加入java包,编码格式UTF-8 在WebRoot下添加ckedtior以及ckfinder两个文件夹,将config.xml拷入WEB-INF中 修改config.xml配置文件 再修改config.js文件,文件路径指向WebRooT下的ckf ...
分类:
其他好文 时间:
2016-04-10 14:21:19
阅读次数:
216
第一次刚接触富文本编辑器时用的就是CKEditor的一个很老的版本 后来接触了百度的UEditor 使用了一段时间 再后来使用了wangEditor(使用起来很简单)
这段时间看别人源码的时候发现了ckfinder从昨天开始 在网上找文章 对比了5 6 篇文章每次都是卡在了 CKFinder查看文件出错
今天又看了一下网上相关的资料解决了这个问题
先看一下效果图
准备工作...
分类:
Web程序 时间:
2016-04-08 15:12:51
阅读次数:
322
首先下载CKEditor。 下载地址:点击打开链接 将下载完的CKEditor解压而且导入到项目中。 然后在页面引入CKEditor <script type="text/javascript" src="ckeditor/ckeditor.js"></script>在要编辑的textarea标签中 ...
分类:
其他好文 时间:
2016-04-08 10:14:09
阅读次数:
138
在线编辑器 在实现所见即得的编辑效果。 FCK是开发者的名字的缩写 CKEditor功能很完善的,具有,在线编辑与图片上传JS插件 UEdit百度自己开发的一款在线编辑器 CKeditor安装 http://resource.ckeditor.com/ basic package基本安装包... ...
分类:
其他好文 时间:
2016-04-06 23:17:32
阅读次数:
1216
ckeditor当前使用版本:4.5.8 ckfinder当前使用版本:2.6.0 1.Ckeditor配置简单,直接使用Nuget下载就可 2.下载ckfinder https://cksource.com/ckfinder/download 选择Asp.net版本下载并放在相同的目录下:‘Scr ...
分类:
Web程序 时间:
2016-04-06 02:05:49
阅读次数:
193
CKEditor是不集成文件上传与管理功能的,文件上传管理功能被集成在CKFinder中,这是一个收费的商业软件。 如需要文件上传与管理功能建议使用FCKeditor或者手动破解CKFinder。 下面我说一下ckeditor的使用方法,有三种: 当前最新的.net版本为ckeditor_aspne ...
分类:
其他好文 时间:
2016-04-05 02:08:35
阅读次数:
160
官方地址:http://ckeditor.com/ 复制ckeditor和ckfinder的文件夹到项目根路径下 拷贝ckfinder的config.xml到WEB-INF下 <config> <!-- CKFinder : Configuration File - Basic Instructio ...
分类:
其他好文 时间:
2016-03-31 23:06:21
阅读次数:
300
ckeditor 模块中自定义class 在ckeditor模块中,编辑内容时, 在源码中填写<div class="myclass">some content</div>,ckeditor不会帮你保存class, 成为:<div >some content</div>,解决方法如下: 在这个路径下 ...
分类:
Web程序 时间:
2016-03-31 12:29:48
阅读次数:
410
1. /ckeditor/plugins/image/dialogs/image.js 搜索 upload 把 hidden:!0 改为 hidden:0 2. config.js 新增配置项 config.image_previewText=' '; //预览区域显示内容 config.fileb ...
分类:
Web程序 时间:
2016-03-29 12:48:45
阅读次数:
228
1.下载ckeditor或ueditor 2.编写示例代码 注意:使用ueditor时,需要特殊配置图片路径(图片的配置路径在ueditor/php/config.json文件中) 3.结果 (需要源码可加qq:573583868)
分类:
其他好文 时间:
2016-03-02 00:08:17
阅读次数:
190