liftmodules / widgets   1.6.0

GitHub

A collection of useful widgets for use with Lift

Scala versions: 2.12 2.11 2.10

Widgets Lift Module

Build Status

Provides:

  • autocomplete
  • calendars
  • flot -- working with the Flot Javascript plotting library.
  • gravatar
  • logchanger -- change log levels dynamically at runtime.
  • menu
  • rssfeed
  • sparklines
  • tablesorter
  • tree
  • uploadprogress

To include this module in your Lift project, add the following to build.sbt:

libraryDependencies += "net.liftmodules" %% "widgets_3.0" % "<VERSION>"

..but replacing <VERSION> with one of the "Module Version" numbers listed in the table below (e.g., to end up with "1.4.1").

Releases

Lift Version Scala Version Module Version
3.2.x 2.12 Maven Central
3.2.x 2.11 Maven Central
3.1.x 2.12 Maven Central
3.1.x 2.11 Maven Central
3.0.x 2.12 Maven Central
3.0.x 2.11 Maven Central
2.6.x 2.10, 2.9 1.3
2.5.x 2.10, 2.9 1.3

Historic Snapshots

Lift 3.0.x for Scala 2.10:

"net.liftmodules" %% "widgets_3.0" % "1.3-SNAPSHOT"

Widget documentation

General documentation and starting points:

Note: The module package changed from net.liftweb.widgets to net.liftmodules.widgets in May 2012. Please consider this when referencing documentation written before that date.

Autocomplete

Calendar

Flot

Gravatar

Log changer

RSS Widget

Sparklines

Table Sorter

TreeView

Notes for module developers

Merge to master will trigger a Travis build and publish a SNAPSHOT (if the version is a -SNAPSHOT).