Sha256: 6b75c6935311e55c32cbc39ce86409c25e406753b66d94908cc1461cf0dc1775
Contents?: true
Size: 910 Bytes
Versions: 3
Compression:
Stored size: 910 Bytes
Contents
# Flashgrid Ext. [Flashgrid Ext.](http://flashgrid-ext.drexed.com) is an extention of useful and cool javascripts for Flashgrid framework To get started, check out [http://flashgrid-ext.drexed.com](http://flashgrid-ext.drexed.com)! ## Installation Add this line to your application's Gemfile: gem 'flashgrid-ext' And then execute: $ bundle Or install it yourself as: $ gem install flashgrid-ext ## Usage Add the CSS files you want to include: ```ruby *= require animate.css *= require calendar.css *= require carousel.css *= require editor.css *= require inline_editor.css *= require sort.css ``` Add the JS files you want to include: ```ruby //= require animate.js //= require calendar.js //= require carousel.js //= require editor.js //= require hover.js //= require inline_editor.js //= require input_mask.js //= require scrollspy.js //= require sort.js //= require time_ago.js ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
flashgrid-ext-1.0.3 | README.md |
flashgrid-ext-1.0.2 | README.md |
flashgrid-ext-1.0.1 | README.md |