JQuery FCKeditor how to install?
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?
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.
精彩评论