My favorites | Sign in
Project Logo
                
Feeds:
People details
Project owners:
  ckuetbach

About

With this Yii extension you can use the FCKEditor as an inputwidget.

Requirements

Usage

<?php $this->widget('application.extensions.fckeditor.FCKEditorWidget',array(
            "model"     =>  $pages,
            "property"  =>  'content',
            "height"    =>  '400px',
            "width"     =>  '100%',
            "fckeditor" =>  Yii::app()->basePath."/../fckeditor.php",
            "css"       =>  Yii::app()->baseUrl.'/css/index.css'
) ); ?>








Hosted by Google Code