Logo_s
  • Find a Package
  • Check Live Licences
  • Register
  • FAQs
  • Login

Find software packages matching

Only search category

Browse categories
Packages 1-1 of 1 that has terms dname:"in-place-editing":
  • Dec 22, 2008
    In-Place EditingPermalink
    by David Heinemeier Hansson
    Ruby on Rails → JavaScript
    Ruby on Rails → Views → Forms
    Makes 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.
    class BlogController < ApplicationController
      in_place_edit_for :post, :title
    end
    
    <%= in_place_editor_field :post, 'title' %>
    
    Show Details

    Licence

    This package is licenced under the MIT licence.

    Installation

    Download Home Page

    Installation Instructions:

    For Git installs:
    Rails >= 2.1: script/plugin install git://github.com/rails/in_place_editing
    Rails < 2.1: git clone git://github.com/rails/in_place_editing vendor/plugins/in_place_editing && rm -rf vendor/plugins/in_plac
    I wrote this package

  • Privacy Policy
  • Terms of Use
  • Contact
  • About Rails Wheels