In Place Controls plugin

Plugin details

InPlaceControls is a Ruby on Rails plugin that creates "active" checkboxes, selects and radio buttons in the view that update your model via the builtin Rails in-place editing features.

Websitehttp://rubyforge.org/projects/inplacecontrols Repositorysvn://rubyforge.org/var/svn/inplacecontrols Author Sean Cribbs Tags HTML, control LicenseUnknown

Documentation

Install the plugin:
ruby script/plugin install svn://rubyforge.org/var/svn/inplacecontrols

These methods are mixed into the view as helpers.
Common options for the helpers:

  :action - the action to submit the change to
  :saving_text - text to show while the request is processing.  Default is "Saving..."
  :object - the object to create the control for, if other than an instance variable. (Useful for iterations.)


Any other options will be passed on to the HTML control(s).

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: hardway, 9 months ago