Plugins - Tabular FormBuilder

StarAdd to favorites

A formbuilder for creating forms with tables. Here’s an example:

 <% tabular_form_for('photograph', @photograph, :html => {:multipart => true}) do |f| %>
   <%= f.text_field 'title', :required => true %>
   <%= f.file_column_field 'file', :required => true %>
   <%= f.text_area 'description', :label => 'Longer description' %>
   <%= f.submit "Add" %>
 <% end %>

Graeme Mathieson

http://woss.name/2006/07/13/tabular-formbuilder-for-easily-creating-forms-in-rails/

http://svn.rubaidh.com/plugins/trunk/form_builders

  • Currently 4.3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

View Extensions

Tags

Comments

Add a comment

Search Plugins

Query syntax

Plugins by Category

Sponsors

Rails Kits: Get Code. Get Moving.

Have a comment?