Package

net.liftmodules

extras

Permalink

package extras

Visibility
  1. Public
  2. All

Type Members

  1. trait Bootstrap3Screen extends BootstrapScreen

    Permalink

    For use with Bootstrap3.

    For use with Bootstrap3. Requires bsFormAlerts.less.

  2. trait BootstrapHtmlHandler extends HtmlHandler

    Permalink
  3. trait BootstrapScreen extends LiftScreen

    Permalink

    A screen with some bootstrap settings.

  4. trait HtmlHandler extends AnyRef

    Permalink
  5. case class JsClass(name: String, varName: String) extends JsClassLike with Product with Serializable

    Permalink

    A JavaScript class

  6. trait JsClassLike extends AnyRef

    Permalink

    Common functionality for JavaScript classes.

  7. case class JsModule(name: String) extends JsModuleLike with Product with Serializable

    Permalink

    A JavaScript module

  8. trait JsModuleLike extends AnyRef

    Permalink

    Common functionality for JavaScript modules.

  9. case class KoClass(name: String, varName: String, elementId: String) extends JsClassLike with Product with Serializable

    Permalink

    A knockout.js JavaScript class

  10. case class KoModule(name: String, elementId: String) extends JsModuleLike with Product with Serializable

    Permalink

    A knockout.js JavaScript module

  11. case class LiftNotice(message: NodeSeq, priority: String, id: Option[String] = Empty) extends Product with Serializable

    Permalink

    Class for modeling a Lift notice.

  12. trait LiftNoticeConverter extends Loggable

    Permalink
  13. trait SnippetHelper extends AnyRef

    Permalink

Value Members

  1. object BootstrapHtmlHandler extends BootstrapHtmlHandler

    Permalink
  2. object DefaultLiftNoticeConverter extends LiftNoticeConverter

    Permalink
  3. object Gravatar extends Factory with Loggable

    Permalink
  4. object JsExtras extends Factory

    Permalink
  5. object LiftExtras extends Factory

    Permalink
  6. object LiftNotice extends Serializable

    Permalink
  7. object NgJE

    Permalink

    Contains Scala JsExps for Angular behaviors.

    Contains Scala JsExps for Angular behaviors.

    These functions are meant to be combined using the ~> operator. For example:

    NgModule("LiftServer", Nil) ~> NgFactory(name, AnonFunc(...))
    

  8. object NgJsCmds

    Permalink
  9. object SnippetHelper extends SnippetHelper

    Permalink
  10. package snippet

    Permalink

Ungrouped