palani
palani

Reputation: 4679

WYSIWYG web page editor

Hi i want to use WYSIWYG web editor (the editor should have a option for adding videos, images,powerpoint etc..) on to my Rails application. Can any one suggest how can i integrate this editor into my rails application with above feature support. Thanks in advance

Upvotes: 0

Views: 474

Answers (2)

fractious
fractious

Reputation: 1662

You might want to check out WYSI-dangerous: Why WYSIWYG editors are bad for your website and take a look at wymeditor.

Upvotes: 1

MRG
MRG

Reputation: 3219

FCKEditor

Now it is known as CKeditor.

Please check this tutorial whcih explains how to integrate FCKEditor in Ruby on Rails

Upvotes: 1

Related Questions