Sha256: 7632998f81bfcbb0548459abd0ea3add0ee0a0a0dfe7b7f3fe69b67b254f26a2

Contents?: true

Size: 826 Bytes

Versions: 6

Compression:

Stored size: 826 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 aside.css (place after modal)
*= require calendar.css
*= require editor.css
*= require typeahead.css
```

Add the JS files you want to include:

```ruby
//= require calendar.js
//= require chart.js
//= require editor.js
//= require input_mask.js
//= require moment.js
//= require sort.js
//= require time_ago.js
//= require typeahead.js
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
flashgrid-ext-2.2.5 README.md
flashgrid-ext-2.2.0 README.md
flashgrid-ext-2.1.2 README.md
flashgrid-ext-2.1.1 README.md
flashgrid-ext-2.1.0 README.md
flashgrid-ext-2.0.0 README.md