Groovy Documentation

grails-app.taglib
Class YuiTagLib

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

class YuiTagLib

Property Summary
def javascript

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

static def namespace

def stylesheet

Includes a YUI stylesheet file from the YUI distribution folder Actually imports '/app/js/yui/{version}/calendar/assets/calendar.css'

 
Constructor Summary
YuiTagLib()

 
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 YUI javascript file from the YUI distribution folder Actually imports '/app/js/{version}/yui/calendar/calendar-min.js'
param:
dir The name of the directory within the yui folder to link to
param:
file The name of the file to link to


namespace

static def namespace


stylesheet

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


 
Constructor Detail

YuiTagLib

YuiTagLib()


 

Groovy Documentation