Review Board 1.5.4

Add some AJAX field editing utility methods and traits

Updated 2 years, 2 months ago

Derek Chen-Becker Reviewers
wip-dcb-issue-181-ajax-editing
181 dchenbecker, dpp, marius, charles, heiko, joni, atsuhiko, jorge, naftoli, kris, indrajit, alexb
None LiftWeb-archive
Adds the ajaxEditable helper method to SHtml as well as a per-MappedField trait that can be mixed in to make asHtml generate an AJAX editable field. Per http://groups.google.com/group/liftweb/browse_thread/thread/7970997492e238c0/fa8a3635eba7575f
On LiftTicket (in progress)
Ship it!
Posted 2 years, 2 months ago (November 13th, 2009, 11:52 a.m.)
Looks good to me
Ship it!
Posted 2 years, 2 months ago (November 13th, 2009, 1:49 p.m.)
Very nice!  My only nitpick would be internationalization of the Ok, Cancel, Submit buttons.
  1. I mean "Edit", "Ok" and "Cancel" buttons
  2. Good point. I'll make the change.