Groovy Documentation

grails-app.taglib
Class JQueryResourceTagLib

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

class JQueryResourceTagLib

Property Summary
def addResource

JQueryService jQueryService

static def namespace

def resource

Include JavaScript and CSS resources in the head. -- attrs.components = comma separated list of ui components to include -- attrs.effects = comma separated list of effects to include -- attrs.theme = css theme to use, defaults to 'base' -- attrs.mode = javascript packing to use.

 
Constructor Summary
JQueryResourceTagLib()

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

Property Detail

addResource

def addResource


jQueryService

JQueryService jQueryService


namespace

static def namespace


resource

def resource
Include JavaScript and CSS resources in the head. -- attrs.components = comma separated list of ui components to include -- attrs.effects = comma separated list of effects to include -- attrs.theme = css theme to use, defaults to 'base' -- attrs.mode = javascript packing to use. Can be 'min' (default), 'packed' or 'normal'


 
Constructor Detail

JQueryResourceTagLib

JQueryResourceTagLib()


 

Groovy Documentation