Browse the Ruby on Rails Community.

You are here: Browse Railsplugins In Place Editing

In Place Editing

Example:

  1. Controller class BlogController < ApplicationController in_place_edit_for :post, :title end
  1. View <%= in_place_editor_field :post, ‘title’ %>

Copyright© 2007 David Heinemeier Hansson, released under the MIT license

NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly