Akasaka.scala 39 での Field Constructor 説明用のサンプルアプリケーションです。
出たばかりの Play Framework 2.0.2 が必要です。
brew upgrade play
git clone git@github.com:akskscala/play-with-bootstrap.git
cd play-with-bootstrap
play run
http://localhost:8080/login/withouthelper
にアクセスします。
このアプリでの Field Constructor のサンプルは以下です。
https://github.com/akskscala/play-with-bootstrap/tree/master/app/views/helper/bootstrap
- Play20
http://www.playframework.org/documentation/2.0/ScalaHome
http://www.playframework.org/documentation/2.0/ScalaFormHelpers
- Twitter Bootstrap