Yii使用FckEditor编辑器的内容显示的都是源代码,怎么调整? [ 新手入门 ]
因为对一些大型文本编辑的需要我加入了FckEditor编辑器,可以正常使用,但是输出的结果却不是理想的格式,而是显示成源代码。查询网上的解决办法,
http://www.larryullman.com/2009/12/01/configuring-fckeditor-for-yii-driven-sites/
这里有一小段说明:
to use PHP’s strip_tags() ;instead, providing with the optional second argument of allowable tags:
一个解决方法是使用PHP的strip_tags()函数代替,提供可选的第二个参数:
但是这个strip_tags()在哪里?
共 4 条回复
-
因为对一些大型文本编辑的需要我加入了FckEditor编辑器,可以正常使用,但是输出的结果却不是理想的格式,而是显示成源代码。查询网上的解决办法,
http://www.larryullman.com/2009/12/01/configuring-fckeditor-for-yii-driven-sites/
这里有一小段说明:A logical work-around is to use PHP’s strip_tags() instead, providing it with the optional second argument of allowable tags:
一个解决方法是使用PHP的strip_tags()函数代替,提供可选的第二个参数:
echo strip_tags($model->content, '<p><a><div><ul><ol><li><span>');
但是这个strip_tags()在哪里?
cagnot
注册时间:2013-09-22
最后登录:2016-03-07
在线时长:0小时4分
最后登录:2016-03-07
在线时长:0小时4分
- 粉丝0
- 金钱40
- 威望0
- 积分40