jquery-bootstrap
This plugin provides a full integration of grails with latest versions of jquery, jquery-ui and twitter bootstrap
This plugin provides a full integration of grails with latest versions of jquery, jquery-ui and twitter bootstrap
Updates original plugin created by Lim Chee Kin (JQuery DataTables 1.7.5) to supply latest version (1.9.4) of jquery datatables from http://www.datatables.net/. The only change is the supstitution of newer js and css files. No changes in usuage from the original.
This plugin supports Google Federated login by providing a taglib like following
Enables you to use the Jade template language (https://github.com/visionmedia/jade) as the view layer for your application. This is built on top of the jade4j and spring-jade4j libraries. Views written in jade are rendered from the controller in the same way as rendering with .gsp files. The standard scopes (flash, sesison, request, params, application) are available for adding dynamic content to the template. Also, there are injectable filters which could be used for additional processing of the page, such as converting CoffeeScript to JavaScript. This plugin has been used to construct the entire view layer of Mimir, the internal continuous deployment system at Netflix.