As I missed the feature to be able to browse the
internal pages which have been created with the Content
Management System 'CMS Made Simple'
(http://www.cmsmadesimple.org/) I have created the
attached plugin for FCKEditor.
After you have installed the FCKEditor as a module for
the Content Management System 'CMS Made Simple' (see
for a description see this forumposting:
http://forum.cmsmadesimple.org/index.php/topic,1478.0.html)
The process to install this plugin is:
1. unzip the file into the 'plugin' folder of the
FCKEditor
2. Add the following code to the fckconfig.js
FCKConfig.Plugins.Add( 'CMSContent', 'en,nl' ) ;
3. And add (also in the config) the following code for
the toolbar
['CMSContent','Link','Unlink']
More information about the plugin working with the
WYSIWYG editor FCKEditor can be found on the forum of
'CMS Made Simple'
Maybe other plugin developers can create such a plugin
when running any other plugin.
Reference:
* http://www.cmsmadesimple.org/
* http://forum.cmsmadesimple.org/
zip file containing the plugin and all its files.