Gridster
Component ID
2018559
Component name
Gridster
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
API module to include gridster javascript library, see http://gridster.net
Instructions
- Download the module.
- Download the gridster javascript library (Download)
- Place it under sites/all/libraries/gridster so that the file can be found under sites/all/libraries/gridster/dist/jquery.gridster.js
- Enable the module
This module does nothing by itself, it just provides the gridster library so that other modules can use it.
You can load the library like this:
libraries_load('gridster');
or
libraries_load('gridster', 'minified');
for the minified version (make sure you have jquery.gridster.min.js in sites/all/libraries/gridster/dist).
