Difference between #3 and #10 of
How to setup FCKeditor

Changes

Title unchanged

How to setup FCKeditor

Category unchanged

Tutorials

Yii version unchanged

Tags unchanged

Content changed

#### 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")
 
3 1
5 followers
Viewed: 31 097 times
Version: 1.1
Category: Tutorials
Tags:
Written by: krillzip
Last updated by: Dark-Sun
Created on: Feb 8, 2009
Last updated: 11 years ago
Update Article

Revisions

View all history