How to setup FCKeditor

Comparing #3 with #4

Revision #4 was created by Ascomae Ascomae on May 21, 2009, 2:11:11 PM.

typo

Content

[...]
"toolbarSet"=>'Basic', # EXISTING(!) Toolbar (see: fckeditor.js)
"fckeditor"=>Yii::app()->basePath."/../fckeditor/fckeditor.php",
# Path to fckeditor.php
"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
# Additional Parameter (Can't configure a Toolbar dynamicly)
) ); ?>
```
[...]