open source projects

by Flvorful.com

SuperInPlaceControls

download & install docs demo

Latest news

Dec 10: SuperInPlaceControls plugin for Rails 2.0 released.

Links:

SuperInPlaceControls plugin for Rails 2.0

This plugin is meant as a drop-in replacement for the current inplace_edit_for plugin.

Features

  • InPlace TextField
  • InPlace TextArea
  • InPlace Select
  • InPlace Radio Collection (Single and MultiColumn)
  • InPlace Checkbox Collection (Single and MultiColumn)
  • InPlace Date Selector
  • Works With Validations
  • Works with empty fields

Extra Form Helpers

  • TextField With Label
  • TextArea With Label
  • Radio With Label
  • Checkbox With Label
  • Select Field With Label
  • Radio Collection With Labels
  • Checkbox Collection With Labels

Quick 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

Step 3 (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"