Viewer of ZK Forum
This project is an UI demo project. The forum data is fetched by rough HTML parser and saved without concern. Please don't use it in real production.
- Write once, run on both tablet and desktop.
- Pure ZK component.
- As less custom CSS as possible.
Environment :
- JDK 1.6
- ZK 6.5 EE
- Desktop: Chrome, Firefox, Safari, Opera
- Few flaws in IE9, terrible in IE7 :(
- Tablet: iPad, Android
special thank: Vincent Jian
- Add mock mode
- In index.zul, use
@init("org.zkoss.demo.tablet.vm.ThreadViewModel", mode="mock")
will fetch static data.
- In index.zul, use
- Refactory CSS, fix UI on Firefox.
Release for Demo.