Home > Backend Development > PHP Tutorial > 怎么把用fckeditor编辑好的新闻内容再次完整地读入到编辑器中修改

怎么把用fckeditor编辑好的新闻内容再次完整地读入到编辑器中修改

WBOY
Release: 2016-06-13 12:52:56
Original
1011 people have browsed it

如何把用fckeditor编辑好的新闻内容再次完整地读入到编辑器中修改?
如何把用fckeditor编辑好的新闻内容再次完整地读入到编辑器中修改?
我在发布信息时用fck编辑器,在修改时内容不能显示到编辑器中,我设置了oFCKeditor.Value='内容'
怎么解决呢?

fckeditor
------解决方案--------------------
你能发布出去新闻 ,应该存到数据库中了把,读取出来 就行了把 
------解决方案--------------------
应该是你给 fckeditor 赋值未成功
------解决方案--------------------
本帖最后由 xuzuning 于 2013-02-28 11:57:36 编辑 oFCKeditor.Value='内容' ???
你是用 js 赋值的?

需要注意一下几点:
1、由于内容被单引号括起,所以内容中出现的单引号要做转义处理
2、由于 js 的串中不予许出现换行符,所以要把内容中的换行符替换成 \\n,即加上续行符 \
3、如果内容中有 textarea 标记,则需要对内容做 html 标记转义
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template