NoPic eZine
  
Home
phpWebSite design aid
phpWebSite Main
phpWebSite Forum 1.x
phpWebSite AT (Rene)
phpWebSite DE,EU
phpWebSite DK (Kenneth)
phpWebSite Community
phpWebSite Manual
phpWebSite SupportForum
phpWebSite Wiki
Impressum/Imprint
Datenschutz/Policies
dc4db eZines
 

    de en

Example implementation FCKeditor

It should has not to be misunderstand. The directory tree structure in pWS to implement FCKeditor is just prepared. The package FCKeditor itself is just not. As suggested, the pakage was provided from www.fckeditor.com. The current release is 2.3.2 and named FCKeditor_2.3.2.tar.gz. I did this by

wget http://ovh.dl.sourceforge.net/sourceforge/fckeditor/FCKeditor_2.3.2.tar.gz

and went to the path javascript/editors/

With tar -xzf FCKeditor_2.3.2.tar.gz at this place the files were decompressed, as expected to the right place.

Than, the not required files for pWS were purged. My directory state /javascript/Editors/FCKeditor/ now is (while the dubdirectory Editor kept untouched):

The last step to do is to adjust config.php in ./config/core/ with:

/************************ EDITOR *******************************/
/ 
 * If you have downloaded a wysiwyg editor or editors for
 * phpwebsite, you may enable their use below. You can also
 * choose which editor you want to use as the default.
 * Example: define('DEFAULT_EDITOR_TOOL', 'FCKeditor');
 */
define('USE_WYSIWYG_EDITOR', TRUE);
define('DEFAULT_EDITOR_TOOL', 'FCKeditor');
FCKeditor with Opera

With Opera (8.5 and also 9.0), nothing happened.
Opera in the current production states does not support FCKeditor, nor other wysiwyg editors.

FCKeditor with Firefox

With Firefox (1.5), going to the webPages Editor, the view was bright:

As reviewed by fckeditor.net, the support is given since FF 1.0
at the moment, FF probably is the the best choice when using wysiwyg editors. Also supported are Mozilla and Netscape.

FCKeditor with IE

FCKeditor with MS IE (6.0) also works:


Copyright © 2006, VbID Verlagsbüro GmbH
pWS modules dcP, dcT, dc4db, Copyright © 2006, VbID Verlagsbüro GmbH
This Site is powered by phpWebSite © The Web Technology Group, Appalachian State University