Skip to content

A collection of useful widgets for use with Lift

Notifications You must be signed in to change notification settings

epost/liftmodules-widgets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Widgets Lift Module

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, update your libraryDependencies in build.sbt to include:

Lift 2.5.x for Scala 2.9 and 2.10:

"net.liftmodules" %% "widgets_2.5" % "1.3"

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

About

A collection of useful widgets for use with Lift

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 62.3%
  • Scala 32.8%
  • CSS 4.9%