文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>配置在线编辑器FCKeditor最新版(2012-3-25)

配置在线编辑器FCKeditor最新版(2012-3-25)

时间:2010-03-25  来源:xhq6632

  下载最新版的FCKeditor_2.6.6.zip (1.5 MB) 下载地址:http://downloads.sourceforge.net/project/fckeditor/FCKeditor/2.6.6/FCKeditor_2.6.6.zip?use_mirror=nchc 直接在linux下下载: wget http://downloads.sourceforge.net/project/fckeditor/FCKeditor/2.6.6/FCKeditor_2.6.6.zip?use_mirror=nchc   得到文件:FCKeditor_2.6.6.zip   unzip FCKeditor_2.6.6.zip 解压得到目录 我的直接放到网站根目录:/srv/www/htdocs   进行配置,这个版本,默认是不允许上传之类的功能,所以需要设置如下配置文件 vi editor/filemanager/connectors/php/config.php 找到如下行   // SECURITY: You must explicitly enable this "connector". (Set it to "true").
// WARNING: don't just set "$Config['Enabled'] = true ;", you must be sure that only
//authenticated users can access this file or use some kind of session checking.
$Config['Enabled'] = true ;//这个选项默认为false关闭,这里用到上传之类的功能需要开启。 // Path to user files relative to the document root.
$Config['UserFilesPath'] = '/wstAdmin/upload/' ;//此处更换成你的上传路径,记得以网站根目录开始算起
  好了,配置完成。   现在可以引用了。   在需要引用的地方加入如下代码   <input type="hidden" id="FCKeditor1" name="text" value='{{$content}}' style="display:none" />
<input type="hidden" id="FCKeditor1___Config" value="" style="display:none" /></td>
<iframe id="FCKeditor1___Frame" src="/fckeditor/editor/fckeditor.html?InstanceName=FCKeditor1&amp;Toolbar=Default" width="100%" height="200" frameborder="0" scrolling="no"></iframe>
其中几个说明一下: 第一个input 比较关键,id要和下面引用一致,也可以不修改,name就是你程序中需要的啦,value就是你表单的值了 第二个input不用修改 最后iframe了,这个地方需要注意的是,src属性的 fckeditor.html路径,要注意,如果错了,就不成功哦。   呵呵,就这些吧。 其它设置,如配置之类的,自己多研究一下吧。   呵呵,如果懒得下载,这里有已经下载好的zip包
文件: FCKeditor_2.6.6.zip
大小: 1487KB
下载: 下载
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载