|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectgrails-app.taglib.JQueryTagLib
class JQueryTagLib
| Property Summary | |
|---|---|
private groovy.lang.GroovyClassLoader |
classLoader
|
groovy.util.ConfigObject |
config
|
def |
fieldValue
Creates a jQuery-function which returns the value of the specified element |
def |
jQueryConfig
|
def |
jQuerySources
|
def |
jQueryVersion
|
def |
jquery
Adds the jQuery().ready function to the code |
static def |
namespace
|
def |
plugin
Includes a plugin javascript file |
def |
toggle
Simple tag to make an element toggleable sourceId -> link-element which fires the toggle action targetId -> id of the element to toggle event -> event to fire the toggle action on (OPTIONAL) speed -> effect-speed (OPTIONAL) |
def |
toggleelement
|
| Constructor Summary | |
JQueryTagLib()
|
|
| Method Summary | |
|---|---|
void
|
setApplicationContext(ApplicationContext applicationContext)
Well, set the application context... |
| Methods inherited from class java.lang.Object | |
|---|---|
| wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Property Detail |
|---|
private groovy.lang.GroovyClassLoader classLoader
groovy.util.ConfigObject config
def fieldValue
def jQueryConfig
def jQuerySources
def jQueryVersion
def jquery
static def namespace
def plugin
def toggle
def toggleelement
| Constructor Detail |
|---|
JQueryTagLib()
| Method Detail |
|---|
public void setApplicationContext(ApplicationContext applicationContext)
Groovy Documentation