lxy254069025 2012-08-18 19:42:49 4561次浏览 3条回复 0 0 0

无事瞎搞,YII+kindeditor整合,没有经过任何的线上测试,使用请测试。 使用方法

<?php $this->widget('application.extensions.kindeditors.Kindeditor',array(
    'name'   =>'cover', //name就是这个标签的名字
    'height' =>'522px', //高
    'width'  =>'700px', //宽
    'content'=>'content', //如果你的修改文章内容,那么就在这里写上你的内容,没有就留空
))?>

文件中有二个文件kindeditor放在你的目录下的js下,js文件夹与入口文件同目录,kindeditors放在extensions下。

您需要登录后才可以回复。登录 | 立即注册