Hi guys,
An example would be something like this:
<% ubiquo_form_for(@person) do |form| %>
<% form.group(:type => :tabbed) do |group| %>
<% group.add(t("personal_data")) do %>
<%= form.text_field :name %>
<%= form.text_field :surname %>
<%= form.datetime_select :date_of_birdth %>
<%= form.category_selector(:country, :type => :select) %>
<% end %>
<% group.add(t("hobbies")) do %>
<%= form.category_selector(:hobbies, :type => :autocomplete) %>
<% end %>
<% group.add(t("professional") do %>
<%= form.text_field :title %>
<%= form.text_field :company_name %>
<% end %>
<% end %>
<% end %>
In case you want to untabb it, change the type to :div
What do you think? Is what you would expect?
Thanks!
--
Jordi Beltran
Project Manager
jbel...@gnuine.com
gnuine
www.gnuine.com
C/ Pamplona, 96
Local 17
08018 - Barcelona
tel:
+34.93.567.94.94
fax:
+34.93.567.94.95