trait JQueryArtifacts extends JSArtifacts
- Alphabetic
- By Inheritance
- JQueryArtifacts
- JSArtifacts
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fadeOut(id: String, duration: util.Helpers.TimeSpan, fadeTime: util.Helpers.TimeSpan): FadeOut
Fades out the element having the provided id, by waiting for the given duration and fades out during fadeTime
Fades out the element having the provided id, by waiting for the given duration and fades out during fadeTime
- Definition Classes
- JQueryArtifacts → JSArtifacts
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def formToJSON(formId: String): JsExp
Converts a form denominated by formId into a JSON object
Converts a form denominated by formId into a JSON object
- Definition Classes
- JQueryArtifacts → JSArtifacts
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hide(id: String): JsExp
Hides the element denominated by id
Hides the element denominated by id
- Definition Classes
- JQueryArtifacts → JSArtifacts
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jsonStringify(in: JsExp): JsExp
Transforms a JSON object in to its string representation
Transforms a JSON object in to its string representation
- Definition Classes
- JQueryArtifacts → JSArtifacts
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def onLoad(cmd: JsCmd): JsCmd
Sets the JavScript that will be executed when document is ready for processing
Sets the JavScript that will be executed when document is ready for processing
- Definition Classes
- JQueryArtifacts → JSArtifacts
- def pathRewriter: PartialFunction[List[String], List[String]]
Rewrites the incomming path with the actual script path
Rewrites the incomming path with the actual script path
- Definition Classes
- JSArtifacts
- def replace(id: String, content: NodeSeq): JsCmd
Replaces the content of the node with the provided id with the markup given by content
Replaces the content of the node with the provided id with the markup given by content
- Definition Classes
- JQueryArtifacts → JSArtifacts
- def serialize(id: String): JsExp
Serializes a form denominated by the id.
Serializes a form denominated by the id. It returns a query string containing the fields that are to be submitted
- Definition Classes
- JQueryArtifacts → JSArtifacts
- def setHtml(id: String, content: NodeSeq): JsCmd
Sets the inner HTML of the element denominated by the id
Sets the inner HTML of the element denominated by the id
- Definition Classes
- JQueryArtifacts → JSArtifacts
- def show(id: String): JsExp
Shows the element denominated by this id
Shows the element denominated by this id
- Definition Classes
- JQueryArtifacts → JSArtifacts
- def showAndFocus(id: String): JsExp
Shows the element denominated by id and puts the focus on it
Shows the element denominated by id and puts the focus on it
- Definition Classes
- JQueryArtifacts → JSArtifacts
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toggle(id: String): JsExp
Toggles between current JS object and the object denominated by id
Toggles between current JS object and the object denominated by id
- Definition Classes
- JQueryArtifacts → JSArtifacts
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()