Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
galetahub committed Sep 16, 2009
1 parent 1f93e53 commit a4898b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.textile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
h1. Rails CKEditor Rails plugin
h1. Rails CKEditor integration plugin with SWFUpload support

CKEditor is a text editor to be used inside web pages. It's a WYSIWYG editor, which means that the text being edited on it looks as similar as possible to
the results users have when publishing it. It brings to the web common editing features found on desktop editing applications like Microsoft Word and OpenOffice.
Expand All @@ -7,6 +7,7 @@ Because CKEditor is licensed under flexible Open Source and commercial licenses,
This is the ideal editor for developers, created to provide easy and powerful solutions to their users.

http://ckeditor.com/
http://swfupload.org/

h2. Install

Expand Down Expand Up @@ -42,7 +43,7 @@ Then instead of the normal textarea helper from Rails use this one
<%= ckeditor_textarea("object", "field", :width => '100%', :height => '200px') %>
</code></pre>

OR
FormBuilder helper for more usefully

<pre><code>
<% form_for :page, :url => pages_path do |form| -%>
Expand Down

0 comments on commit a4898b1

Please sign in to comment.