tags:

views:

46

answers:

1

Hi All !! i want add FCKEditor into JSP i found plugin for FCKEditor by Jquery But i was do the same guide but not work The plugin here:

http://www.fyneworks.com/jquery/FCKEditor/

the following guide:

http://www.fyneworks.com/jquery/FCKEditor/#tab-Usage

i choose method 3 but when i view the jsP it just text area isn't FCKEditor

i wonder with the config path

$.fck.config = {path: '/path/to/fck/directory/', height:300 };

thi fck in the path it mean fckeditor or fckeditor plugin?

A: 

The path should contain the path to the directory where you place the FCKeditor files. Make sure you have the FCKeditor files downloaded and placed in the right directory

EDIT

Use CKeditor by the way. FCKeditor is an out-dated version.

Rob
CKeditor is it work on JSP ?
Kency
i was download FCK Editor and install with following guidehttp://docs.cksource.com/CKEditor_3.x/Developers_Guide/jQuery_Adapterbut it not work on jsp ??when i call .ckeditor() in Netbeans 6.9 , i cant find the method ckeditor()
Kency
i was solved my problem with nicEditor :D thank you for your help
Kency