Groovy Documentation

grails-app.taglib
Class BubblingTagLib

java.lang.Object
  grails-app.taglib.BubblingTagLib

class BubblingTagLib

Property Summary
def javascript

Includes a Bubbing javascript file from the Bubbing distribution folder Actually imports '/app/js/yui-cms/{version}/accordion/accordion-min.js'

static def namespace

def stylesheet

Includes a Bubbling Library stylesheet file from the Bubbling distribution folder Actually imports '/app/js/yui-cms/{version}/accordion/assets/accordion.css'

 
Constructor Summary
BubblingTagLib()

 
Method Summary
 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Property Detail

javascript

def javascript
Includes a Bubbing javascript file from the Bubbing distribution folder Actually imports '/app/js/yui-cms/{version}/accordion/accordion-min.js'
param:
dir The name of the directory within the bubbling folder to link to
param:
file The name of the file to link to


namespace

static def namespace


stylesheet

def stylesheet
Includes a Bubbling Library stylesheet file from the Bubbling distribution folder Actually imports '/app/js/yui-cms/{version}/accordion/assets/accordion.css'
param:
dir The name of the directory within the bubbling folder to link to
param:
file The name of the file to link to


 
Constructor Detail

BubblingTagLib

BubblingTagLib()


 

Groovy Documentation