Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example of rendering nested tabs using Lift 2.2 and jQuery Tools 1.2.5
as per the second example on this page: http://flowplayer.org/tools/demos/tabs/multiple-tabs.htm

Requirement

Render this Scala data structure:


val data = List(
  Author("JK Rowling", List(
    Book("Harry Potter and the Deathly Hallows", List(Para("para1"), Para("para2"))),
    Book("Harry Potter and the Goblet of Fire", List(Para("para3"), Para("para4"))))),
  Author ("Joshua Suereth", List(Book("Scala in Depth", List(Para("para5"), Para("para6"))))))

…to look like this:

Getting started

Run sbt

Then:


update jetty-run

You can override the jettyPort (8081) in Project.scala

About

Render nested tabs using Lift 2.2 and jQuery Tools 1.2.5

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages