https://github.com/fmpwizard/lift-example-itemlist
https://github.com/fmpwizard/lift-example-itemlist
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fmpwizard/lift-example-itemlist
- Owner: fmpwizard
- Created: 2013-11-05T03:04:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-09T19:28:41.000Z (over 12 years ago)
- Last Synced: 2025-01-30T18:41:49.164Z (over 1 year ago)
- Language: Scala
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Lift Item List example
----------------------
Run with sbt 0.12:
$ sbt
> ~;container:start; container:reload /
Then open your browser at http://localhost:8080
In the first column you see a nested list of items.
It should be possible to add and remove items on each list independently.
In the second column you see some generated Ajax forms from the same template.
They shoud work independently from each other.