Login required
Download

Bubbling Library YUI Extension

(0)
Used by approximately
2%
of Grails users
Author(s) Matthew Taylor
Current Release 2.1.4   (1 month ago)
Grails Version 1.2 > *
License(s) Apache License 2.0
Tags ajax  javascript  resources  rich client  yui 
Dependency
compile ":bubbling:2.1.4"
Custom repositories
mavenRepo "http://localhost:8081/artifactory/plugins-releases-local/"
Provides integration with the Bubbling Library YUI extension.
Last updated by admin 2 years ago
Last updated by conceptrat 2 years ago

Bubbling Plugin

This plugin integrations with the Bubbling Library YUI extension in order to provide easy access to its JavaScript and CSS.

Installation

grails install-plugin bubbling

Usage

To include a bubbling JavaScript file, use the bubbling tag:

<bub:javascript dir="accordion" file="accordion-min.js" />

To include a bubbling CSS file:

<bub:stylesheet dir="accordion/assets" file="accordion.css" />
Last updated by admin 2 years ago
Last updated by admin 2 years ago