Project

jqueryte

0.0
No commit activity in last 3 years
No release in over 3 years
The gem jqueryte is a rails engine which makes it easy to\ use a lightweight WYSIWYG HTML jQuery Text Editor in Ruby on Rails\ application.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

jQuery Text Editor engine for Ruby on Rails application

Introduction

This gem jqueryte is a rails engine which makes it easy to use jQuery Text Editor in Ruby on Rails application.

Installation

add this line to Gemfile

gem jqueryte

and issue bundle install

Usage

    /* in rails application's stylesheets, eg. application.css
     *= require jqueryte
     */
    // in rails application's javascript, eg. application.js
    //= require jqueryte

Then it is ready for use. For how to use this editor itself, please refer to jQuery Text Editor Documentation.

Version

This gem integrates jQuery Text Editor v1.4.0.

Licence MIT

Copyright (c) 2016 Pan Gaoyong