摘要:
最近项目中要用到文本编辑器,经比较,决定使用FCKeditor和kindeditor,下面是总结的FCKeditor的详细配置步骤,PHP环境.希望第一次使用此编辑器的朋友得到全面完整的参考:一. 将fckeditor文件夹复制到网站后台目录(如administrator)中.二. 在PHP页面表单中需添加文本域的位置插入:<?phpinclude('fckeditor/fckeditor.php');$oFCKeditor = new FCKeditor('articleContent') ; //配置文本框的name属性$oFCKeditor-> 阅读全文
posted @ 2012-04-09 17:21
lsok
阅读(550)
评论(1)
推荐(0)
浙公网安备 33010602011771号