Sha256: 41594ef24a0629444e303a7a4352a1af0ae9da7363ac0e8b46cb746a450fa36e
Contents?: true
Size: 563 Bytes
Versions: 4
Compression:
Stored size: 563 Bytes
Contents
FCKeditor in adva-cms ===================== Simply do the following steps after adva install: rake adva:install plugins=adva_fckeditor # Installs the adva_fckeditor plugin # and symlinks assets Add Fckeditor.load! into your initializer. For developers ============== Add 'wysiwyg' to class of textarea: <%= f.text_area :my_textarea, :class => 'wysiwyg' %> If you what to use small adva-cms toolbar then add "small" to your class as well: <%= f.text_area :my_textarea, :class => 'small wysiwyg' %>
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
adva_fckeditor-0.0.3 | README |
adva_fckeditor-0.0.2 | README |
adva_fckeditor-0.0.1 | README |
adva-0.0.1 | adva_fckeditor/README |