Object

net.liftweb.http.js.jquery

JqJsCmds

Related Doc: package jquery

Permalink

object JqJsCmds

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JqJsCmds
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class DisplayMessage(where: String, msg: NodeSeq, duration: util.Helpers.TimeSpan, fadeTime: util.Helpers.TimeSpan) extends JsCmd with Product with Serializable

    Permalink

    Show a message msg in the element with id where for duration milliseconds and fade out in fadeout milliseconds

  2. case class FadeIn(id: String, duration: util.Helpers.TimeSpan, fadeTime: util.Helpers.TimeSpan) extends JsCmd with Product with Serializable

    Permalink

    Fades in the element having the provided id, by waiting for the given duration and fading in during fadeTime and use @fadeTime

  3. case class FadeOut(id: String, duration: util.Helpers.TimeSpan, fadeTime: util.Helpers.TimeSpan) extends JsCmd with Product with Serializable

    Permalink

    Fades out the element having the provided id, by waiting for the given duration and fading out during fadeTime

  4. class Hide extends JsCmd with HasTime

    Permalink

    Hide an element identified by uid and the animation will last @time

  5. case class JqOnLoad(cmd: JsCmd) extends JsCmd with Product with Serializable

    Permalink

    Queues the JavaScript in cmd for execution when the document is ready for processing

  6. case class JqReplace(uid: String, content: NodeSeq) extends JsCmd with Product with Serializable

    Permalink

    Replaces the content of the node with the provided id with the markup given by content

  7. case class JqSetHtml(uid: String, content: NodeSeq) extends JsCmd with Product with Serializable

    Permalink

    Sets the inner HTML of the element denominated by the id

  8. class ModalDialog extends JsCmd

    Permalink

    Requires the jQuery blockUI plugin

  9. class Show extends JsCmd with HasTime

    Permalink

    Show an element identified by uid

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object AppendHtml

    Permalink

    Append a NodeSeq to a node specified by uid using jQuery's append() method.

  5. object AppendToHtml

    Permalink

    AppendTo a NodeSeq to a node specified by uid using jQuery's appendTo() method.

  6. object EmptyAfter

    Permalink

    Replaces the children of the node at { @code uid } with { @code content }

  7. object FadeIn extends Serializable

    Permalink

    The companion object to FadeIn that provides an alternative factory

  8. object FadeOut extends Serializable

    Permalink

    The companion object to FadeOut that provides an alternative factory

  9. object Hide

    Permalink

    Hide an element identified by uid.

    Hide an element identified by uid. There are two apply methods, one takes just the id, the other takes the id and timespan that represents how long the animation will last

  10. object ModalDialog

    Permalink

    Companion object for ModelDialog that provides two alternative factories

  11. object PrependHtml

    Permalink

    Prepends a NodeSeq to a node specified by uid using jQuery's prepend() method.

  12. object PrependToHtml

    Permalink

    Prepends a NodeSeq to a node specified by uid using jQuery prependTo() method.

  13. object Show

    Permalink

    Show an element identified by uid.

    Show an element identified by uid. There are two apply methods, one takes just the id, the other takes the id and timespan that represents how long the animation will last

  14. object Unblock extends JsCmd with Product with Serializable

    Permalink

    Remove the jQuery.Block dialog

  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. implicit def jsExpToJsCmd(in: JsExp): JsCmd

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped