ccdushi 2012-02-27 15:35:43 3634次浏览 5条回复 0 0 0

有谁在yii中用过百度的UEditor编辑器呀?怎么不在DIV里显示呀

  • 回复于 2012-02-27 19:25 举报

    前面也试用过很多个编辑器,都不理想,最近用了个elrte,感觉还不错,还能控制用户的文件目录

  • 回复于 2012-06-27 17:12 举报

    嗯嗯,解决没?

  • 回复于 2012-06-27 17:44 举报

    一直用fck

  • 回复于 2012-07-12 10:04 举报

    使用UEditor话要保留

    <?php echo $form->textArea($model,'news_content',array('cols'=>80,'rows'=>15)); ?>
    

    然后在下面加上

    <?php
    $this->widget('ext.ueditor.Ueditor',
        array(
            'getId'=>'News_news_content',
            'textarea'=>"News[news_content]",
            'imagePath'=>'/up/',
            'UEDITOR_HOME_URL'=>'/',
        ));
    ?>
    
  • 回复于 2012-12-13 12:10 举报

    我也是这样写的,只是在火狐里面保存不了数据,再谷歌里面可以,知道是为什么吗?

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