I want to change how the in_place_editing view looks like. I want to change the button text and other view related things in the in_place_editing plugin
I am trying with this code
<%= in_place_editor_field :contact,:address_line1,:saving_text =>"Update"%>
But nothing is getting changed. How else can I pass options to in_place_editor_field