Skip to content

liftmodules/widgets

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

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).