Revision #4 has been created by Ascomae on May 21, 2009, 2:11:11 PM with the memo:
typo
« previous (#3) next (#5) »
Changes
Title
unchanged
How to setup FCKeditor
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Content
changed
[...]
"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)
) ); ?>
```[...]