net.liftweb.http.js.yui

YUIArtifacts

object YUIArtifacts extends JSArtifacts

Prerequisite YUI scripts: yahoo.js dom.js connection.js event.js

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. YUIArtifacts
  2. JSArtifacts
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. 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

    Definition Classes
    YUIArtifactsJSArtifacts
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. 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

    Definition Classes
    YUIArtifactsJSArtifacts
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def fadeOut(id: String, duration: util.Helpers.TimeSpan, fadeTime: util.Helpers.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

    Definition Classes
    YUIArtifactsJSArtifacts
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. 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
    YUIArtifactsJSArtifacts
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. def hide(id: String): JsExp

    Hides the element denominated by id

    Hides the element denominated by id

    Definition Classes
    YUIArtifactsJSArtifacts
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def jsonStringify(in: JsExp): JsExp

    Trabsforms a JSON object intoits string representation

    Trabsforms a JSON object intoits string representation

    Definition Classes
    YUIArtifactsJSArtifacts
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. 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
    YUIArtifactsJSArtifacts
  24. 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
  25. 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
    YUIArtifactsJSArtifacts
  26. 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
    YUIArtifactsJSArtifacts
  27. def setHtml(uid: 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
    YUIArtifactsJSArtifacts
  28. def show(id: String): JsExp

    Shows the element denominated by this id

    Shows the element denominated by this id

    Definition Classes
    YUIArtifactsJSArtifacts
  29. 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

    Definition Classes
    YUIArtifactsJSArtifacts
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. 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
    YUIArtifactsJSArtifacts
  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from JSArtifacts

Inherited from AnyRef

Inherited from Any

Ungrouped