#### 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.
# Additional Parameter (Can't configure a Toolbar dynamicly)
) ); ?>
```
+ the <b>model</b> property is the instance of the Model to be associated with.
+ <b>attribute</b> the Model attribute to be associated with.
+ <b>fckeditor</b>, the path to the fckeditor php file.
+ <b>fckBasePath</b>, the url to the editor frontend to be loaded inside the iframe.
+ <b>config</b> Most parameter in the fckconfig.js can be changed within this config. http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options
If those instructions have been followed exactly the FCKeditor should work correctly.
[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")