用户
 找回密码
 入住 CI 中国社区
搜索
12
返回列表 发新帖
楼主: yzxh24
收起左侧

[其它 Other] [1.5.4]为CodeIgniter的发展添砖加瓦之使用fckeditor

[复制链接]
发表于 2008-4-16 14:59:49 | 显示全部楼层

搞定~

不过不是用JS调用的~JS一直没有调出来。
PHP复制代码
<?php
include("fck/fckeditor.php") ;
$oFCKeditor = new FCKeditor('body') ;
$oFCKeditor->BasePath = 'fck/';
//$oFCKeditor->Value = '' ;
$oFCKeditor->Width = '100%' ;
$oFCKeditor->Height = '300' ;
$oFCKeditor->Create() ;
?>
复制代码
发表于 2008-10-15 22:09:55 | 显示全部楼层
不错,学习
。。。。。。。。
发表于 2008-10-28 23:56:32 | 显示全部楼层

请教

fck.BasePath = "http://localhost/bt/fck/";  一定要加上吗
我这不加出来了 加了就死循环了 为啥?
发表于 2009-8-13 23:09:17 | 显示全部楼层
有用!!
发表于 2009-8-19 13:52:00 | 显示全部楼层
very good

JS 加载十分方便
发表于 2011-3-5 01:22:32 | 显示全部楼层
简单易用。
发表于 2011-3-14 18:19:59 | 显示全部楼层
数据库用什么字段?TEXT?

本版积分规则