net.liftweb.http.js.jquery.JQueryArtifacts

trait JQueryArtifacts

trait JQueryArtifacts

 extends JSArtifacts




Source: JQueryArtifacts.scala(33)

Direct Known Subclasses

JQuery14Artifacts, JQuery13Artifacts,

 Fields

pathRewriter.. def pathRewriter
Rewrites the incomming path with the actual script path
PartialFunction[List[String], List[String]] JSArtifacts

 Methods

!=.. final def !=(arg0 : Any) Boolean Any
!=.. final def !=(arg0 : Object) Boolean AnyRef
==.. final def ==(arg0 : Object) Boolean AnyRef
==.. final def ==(arg0 : Any) Boolean Any
ajax.. def ajax(data : AjaxInfo)
Makes an Ajax request using lift's Ajax path and the request attributes described by data parameter
String
asInstanceOf.. final def asInstanceOf[T0] T0 Any
clone.. protected def clone Object AnyRef
comet.. def comet(data : AjaxInfo)
Makes a Ajax comet request using lift's Comet path and the request attributes described by data parameter
String
eq.. final def eq(arg0 : Object) Boolean AnyRef
equals.. def equals(arg0 : Any) Boolean AnyRef
fadeOut.. def fadeOut(id : String, duration : TimeSpan, fadeTime : TimeSpan)
Fades out the element having the provided id, by waiting for the given duration and fades out during fadeTime
FadeOut
finalize.. protected def finalize Unit AnyRef
formToJSON.. def formToJSON(formId : String)
Converts a form denominated by formId into a JSON object
JsExp
getClass.. final def getClass Class[Any] AnyRef
hashCode.. def hashCode Int AnyRef
hide.. def hide(id : String)
Hides the element denominated by id
JsExp
isInstanceOf.. final def isInstanceOf[T0] Boolean Any
jsonStringify.. def jsonStringify(in : JsExp)
Trabsforms a JSON object intoits string representation
JsExp
ne.. final def ne(arg0 : Object) Boolean AnyRef
notify.. final def notify Unit AnyRef
notifyAll.. final def notifyAll Unit AnyRef
onLoad.. def onLoad(cmd : JsCmd)
Sets the JavScript that willbe executed when document is ready for processing
JsCmd
serialize.. def serialize(id : String)
Serializes a form denominated by the id [details]
It returns a query string containing the fields that are to be submitted
JsExp
setHtml.. def setHtml(id : String, xml : NodeSeq)
Sets the inner HTML of the element denominated by the id
JsCmd
show.. def show(id : String)
SHows the element denominated by this id
JsExp
showAndFocus.. def showAndFocus(id : String)
Shows the element denoinated by id and puts the focus on it
JsExp
synchronized.. final def synchronized[T0](arg0 : T0) T0 AnyRef
toString.. def toString String AnyRef
toggle.. def toggle(id : String)
Toggles between current JS object and the object denominated by id
JsExp
wait.. final def wait(arg0 : Long) Unit AnyRef
wait.. final def wait Unit AnyRef
wait.. final def wait(arg0 : Long, arg1 : Int) Unit AnyRef
Copyright (c) 2006-2010 WorldWide Conferencing, LLC. All Rights Reserved.