2012-08-01から1ヶ月間の記事一覧

TableSorter

I tried to use the TableSorter Lift Widget (lift 2.4M5). According to the tutorial (http://oss.infoscience.co.jp/scala/www.assembla.com/wiki/show/liftweb/TableSorter.html), I could have activated it by this code. TableSorter("#table_id")So…

MappedDateTime, MappedDate and MappedTime's format methods

MappedDateTime, MappedDate and MappedTime's format methods use LiftRules.dateTimeConverter's format methods (formatDateTime(d : Date), formatDate(d) and formatTime(d)) which use the following formatters respectively.def formatDateTime -> d…