bernat / best_in_place

A RESTful unobtrusive jQuery Inplace-Editor and a helper as a Rails Gem
http://blog.bernatfarrero.com/in-place-editing-with-javascript-jquery-and-rails-3/
1.2k stars 571 forks source link

Support Bootstrap Datepicker with locales #464

Open elbarto132 opened 9 years ago

elbarto132 commented 9 years ago

Requirement: Bootstrap3 Bootstrap Datepicker

Usage: In application.js add: //= require best_in_place.bootstrap3 In your view use the best_in_place helper, set "as: :date"

Optional: Require a Bootstrap Datepicker language file in your application.js file For german you could activate it by setting "data: {language: 'de'}" when using the best_in_place view helper

seuros commented 9 years ago

could you update the Readme ?