Object

net.liftmodules.extras.snippet

BrowserSync

Related Doc: package snippet

Permalink

object BrowserSync extends SnippetHelper

Renders a script tag to fetch the browser-sync client. Avoids having to use the default mechanism of injecting the script tag via document.writeTo.

Relies on the existence of a package.json file to figure out the version.

Linear Supertypes
SnippetHelper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BrowserSync
  2. SnippetHelper
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class RichElem extends AnyRef

    Permalink

    Allows easier ways to add attributes to Elem

    Allows easier ways to add attributes to Elem

    Definition Classes
    SnippetHelper

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def autofocus(in: Boolean): MetaData

    Permalink
    Definition Classes
    SnippetHelper
  6. implicit def boxCssSelToCssSel(in: Box[CssSel]): CssSel

    Permalink

    Allows for the following to be used when building snippets that return CssSel.

    Allows for the following to be used when building snippets that return CssSel.

    Usage:

    for { user <- User.currentUser ?~ "You must be logged in to edit your profile." } yield ({ ... }): CssSel

    Attributes
    protected
    Definition Classes
    SnippetHelper
  7. implicit def boxJValueToJValue(in: Box[JValue]): JValue

    Permalink

    Allows for the following to be used when building functions that return JValue.

    Allows for the following to be used when building functions that return JValue. Usage:

    for { user <- User.currentUser ?~ "You must be logged in to edit your profile." } yield ({ ... }): JValue

    Attributes
    protected
    Definition Classes
    SnippetHelper
  8. implicit def boxJsCmdToJsCmd(in: Box[JsCmd]): JsCmd

    Permalink

    Allows for the following to be used when building functions that return JsCmd.

    Allows for the following to be used when building functions that return JsCmd. Usage:

    for { user <- User.currentUser ?~ "You must be logged in to edit your profile." } yield ({ ... }): JsCmd

    Attributes
    protected
    Definition Classes
    SnippetHelper
  9. implicit def boxNodeSeqToNodeSeq(in: Box[NodeSeq]): NodeSeq

    Permalink

    Allows for the following to be used when building snippets that return NodeSeq.

    Allows for the following to be used when building snippets that return NodeSeq.

    Usage:

    for { user <- User.currentUser ?~ "You must be logged in to edit your profile." } yield ({ ... }): NodeSeq

    Attributes
    protected
    Definition Classes
    SnippetHelper
  10. implicit def boxRenderOutToRenderOut(in: Box[RenderOut]): RenderOut

    Permalink

    Allows for the following to be used when building Comet functions that return RenderOut.

    Allows for the following to be used when building Comet functions that return RenderOut. Usage:

    for { user <- User.currentUser ?~ "You must be logged in to edit your profile." } yield ({ ... }): RenderOut

    Attributes
    protected
    Definition Classes
    SnippetHelper
  11. def checked(in: Boolean): MetaData

    Permalink

    For adding checked, selected, and disabled attributes to Elem.

    For adding checked, selected, and disabled attributes to Elem.

    Definition Classes
    SnippetHelper
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def disabled(in: Boolean): MetaData

    Permalink
    Definition Classes
    SnippetHelper
  14. def emptyMsg: String

    Permalink
    Definition Classes
    SnippetHelper
  15. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def errorHtml(msg: NodeSeq): NodeSeq

    Permalink
    Definition Classes
    SnippetHelper
  18. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  22. implicit def liftNoticeToJsCmd(in: LiftNotice): JsCmd

    Permalink

    Converts a single LiftNotice to JsCmd

    Converts a single LiftNotice to JsCmd

    Attributes
    protected
    Definition Classes
    SnippetHelper
  23. implicit def liftNoticesToJsCmd(in: Seq[LiftNotice]): JsCmd

    Permalink

    Converts a Seq of LiftNotice to JsCmd

    Converts a Seq of LiftNotice to JsCmd

    Attributes
    protected
    Definition Classes
    SnippetHelper
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def noticeHtml(msg: NodeSeq): NodeSeq

    Permalink
    Definition Classes
    SnippetHelper
  26. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  28. def render(in: NodeSeq): NodeSeq

    Permalink
  29. implicit def richElem(elem: Elem): RichElem

    Permalink
    Definition Classes
    SnippetHelper
  30. def selected(in: Boolean): MetaData

    Permalink
    Definition Classes
    SnippetHelper
  31. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def warningHtml(msg: NodeSeq): NodeSeq

    Permalink
    Definition Classes
    SnippetHelper

Inherited from SnippetHelper

Inherited from AnyRef

Inherited from Any

Ungrouped