|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsrc.groovy.org.codehaus.groovy.grails.plugins.jquery.JQueryProvider
class JQueryProvider
Constructor Summary | |
JQueryProvider()
|
Method Summary | |
---|---|
def
|
buildCallback(def attrs, def out)
Helper method to create callback object |
def
|
doRemoteFunction(def taglib, def attrs, def out)
doRemoteFunction creates a jQuery-AJAX-Call |
def
|
prepareAjaxForm(def attrs)
success out << 'success:function(data,textStatus){' if(attrs.onLoaded) out << "${attrs.onLoaded};" if(attrs.update instanceof Map) { if(attrs.update?. |
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
JQueryProvider()
Method Detail |
---|
public def buildCallback(def attrs, def out)
public def doRemoteFunction(def taglib, def attrs, def out)
public def prepareAjaxForm(def attrs)
Groovy Documentation