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

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)
) ); ?>
```
[...]
3 1
5 followers
Viewed: 30 976 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