gysel / formtastic-epiceditor

Adds Epic Editor as a content type to formtastic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Formtastic Epic Editor

This project rocks and uses MIT-LICENSE.

Installation

gem "formtastic-epiceditor"

Vanilla Formtastic

Add Epic Editor to the javascript:

//= require epiceditor/epiceditor

Active Admin

Add Epic Editor to the javascript:

//= require epiceditor/epiceditor

Add some styles:

@import "epiceditor/activeadmin";

Usage

Too easy:

f.input :my-input, :as => :epic_editor

About

Adds Epic Editor as a content type to formtastic.

License:MIT License


Languages

Language:Ruby 85.5%Language:HTML 9.6%Language:JavaScript 2.7%Language:CSS 2.3%