Sha256: e930bdb2786e773a9d9f17194a39318dc59335b8d6b2876acc80f016e147559f

Contents?: true

Size: 559 Bytes

Versions: 4

Compression:

Stored size: 559 Bytes

Contents

= EspCkeditor

CKEditor 3.6.2 for rails >= 3.1.0 project with formtastic and el_vfs_client (optional) support.

== Install

To Gemfile

  gem 'esp-ckeditor'

and

  $ bundle install

or

  $ gem install esp-ckeditor

== Usage

In layout or view include JavaScript

  <%= javascript_include_tag 'esp-ckeditor/application' %>

and use formtastic input <tt>:as => :ckeditor</tt>

  <%= form.input :annotation, :as => :ckeditor, :input_html => { :height => 100 } %>
  <%= form.input :text, :as => :ckeditor %>

== License

This project rocks and uses MIT-LICENSE.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
esp-ckeditor-0.1.3 README.rdoc
esp-ckeditor-0.1.2 README.rdoc
esp-ckeditor-0.1.1 README.rdoc
esp-ckeditor-0.1.0 README.rdoc