About
With this Yii extension you can use the FCKEditor as an inputwidget.
Requirements
- Yii 1.0.0 or above
- FCKEditor 2.6.3 or above (may work with older releases, but not tested)
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'
) ); ?>