Dónal
Dónal

Reputation: 187399

jquery ckeditor

I'm trying to use the JQuery CKEditor plugin. I downloaded the .zip archive, but when I open the index.html page therein, the editor is not displayed in the demo page, so I guess there's something missing from this archive or I'm misunderstanding something.

Upvotes: 0

Views: 1034

Answers (2)

rmagnum2002
rmagnum2002

Reputation: 11421

https://github.com/galetahub/ckeditor

and it has all the information needed. for toolbar configuration this post might help:

Rails 3.1 ckeditor: Adding fontsize in toolbar?

Upvotes: 0

Blazemonger
Blazemonger

Reputation: 92983

I believe you still have to install the CKEditor in addition to the code in that ZIP file. Install it and set the path at the top of the "jquery.CKEditor.js" file so that plugin knows where CKEditor is.

Upvotes: 1

Related Questions