open source projects

by Flvorful.com

SuperInPlaceControls

download & install docs demo

Latest news

Dec 10: SuperInPlaceControls plugin for Rails 2.0 released.

Links:

SuperInPlaceControls: Download & Install

Install

Step 1

script/plugin install http://super-inplace-controls.googlecode.com/svn/trunk/super_inplace_controls

Step 2

Add "in_place_styles" to your stylesheet_link_tag call

example:

<%= stylesheet_link_tag "main", "blah", "in_place_styles"  %>

Step 3

Add

inplace_error_div

to the pages you want to in_place_edit on. This will be the div that errors get added to. We recommend putting it in the layout so you dont have to remember to show it.

Step 4 (Optional)

Add

calendar_date_select_includes "blue"

to the pages you want to use the calendar select on. The other styles for the calendar_date_select are "blue", "plain", "red", "silver", "default"