Comparing
#3 with
#10
Content
#### updated version of this article which works with **CKEditor 3.x** [here](http://www.yiiframework.com/wiki/352/how-to-setup-ckeditor/ "here")
To start with you need to download the latest stable release of [FCKeditor](http://www.fckeditor.net/download "Download").
Extract the downloaded file and place the <i>fckeditor/</i> folder in your applications webroot directory.[...]
"fckBasePath"=>Yii::app()->baseUrl."/fckeditor/",
# Realtive Path to the Editor (from Web-Root)
"toolbarSet"=>"Basic", #EXISTING(!) Toolbar (see: fckeditor.js)
"config" => array(
"EditorAreaCSS"=>Yii::app()->baseUrl.'/css/index.css',),
# http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options[...]
If those instructions have been followed exactly the FCKeditor should work correctly.
### Links
[Russian Version](http://dbhelp.ru/how-to-setup-fckeditor/page/)
[updated version of this article works with CKeditor 3.x](http://www.yiiframework.com/wiki/352/how-to-setup-ckeditor/ "updated version of this article works with CKeditor 3.x")