Packages 1-1 of 1 that has terms dname:"in-place-editing":
- I wrote this packageDec 22, 2008In-Place EditingPermalinkMakes it easy for Rails apps to use script.aculo.us's Ajax.InPlaceEditor class, which allows text fields to be edited and saved on the fly by clicking on them.Show Details
class BlogController < ApplicationController in_place_edit_for :post, :title end <%= in_place_editor_field :post, 'title' %>
Licence
This package is licenced under the MIT licence.
Installation
