Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fmpwizard/lift-example-itemlist
https://github.com/fmpwizard/lift-example-itemlist
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fmpwizard/lift-example-itemlist
- Owner: fmpwizard
- Created: 2013-11-05T03:04:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-09T19:28:41.000Z (about 11 years ago)
- Last Synced: 2024-04-16T06:22:02.337Z (8 months 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.