net.liftweb.http.js

JSArtifacts

trait JSArtifacts extends AnyRef

Abstracted JavaScript artifacts used by lift core.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. JSArtifacts
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. def ajax (data: AjaxInfo): String

    Makes an Ajax request using lift's Ajax path and the request attributes described by data parameter

    Makes an Ajax request using lift's Ajax path and the request attributes described by data parameter

    Attributes
    abstract
  2. def comet (data: AjaxInfo): String

    Makes a Ajax comet request using lift's Comet path and the request attributes described by data parameter

    Makes a Ajax comet request using lift's Comet path and the request attributes described by data parameter

    Attributes
    abstract
  3. def fadeOut (id: String, duration: TimeSpan, fadeTime: TimeSpan): JsCmd

    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

    Attributes
    abstract
  4. 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

    Attributes
    abstract
  5. def hide (id: String): JsExp

    Hides the element denominated by id

    Hides the element denominated by id

    Attributes
    abstract
  6. def jsonStringify (in: JsExp): JsExp

    Trabsforms a JSON object intoits string representation

    Trabsforms a JSON object intoits string representation

    Attributes
    abstract
  7. def onLoad (cmd: JsCmd): JsCmd

    Sets the JavScript that willbe executed when document is ready for processing

    Sets the JavScript that willbe executed when document is ready for processing

    Attributes
    abstract
  8. 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

    Attributes
    abstract
  9. def setHtml (id: String, xml: NodeSeq): JsCmd

    Sets the inner HTML of the element denominated by the id

    Sets the inner HTML of the element denominated by the id

    Attributes
    abstract
  10. def show (id: String): JsExp

    SHows the element denominated by this id

    SHows the element denominated by this id

    Attributes
    abstract
  11. def showAndFocus (id: String): JsExp

    Shows the element denoinated by id and puts the focus on it

    Shows the element denoinated by id and puts the focus on it

    Attributes
    abstract
  12. 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

    Attributes
    abstract

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  9. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  12. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  13. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  14. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  15. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  16. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  17. def pathRewriter : PartialFunction[List[String], List[String]]

    Rewrites the incomming path with the actual script path

  18. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  19. def toString (): String

    Definition Classes
    AnyRef → Any
  20. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  22. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any