% set_re_breadcrumbs_right link_to("All Plans", re_plans_path, :class => "re-bc-workflow-list")%>
<% %w(h1 h2 h3 h4 h5 h6).each do |type| %>
<<%= type %>><%= type %><%= type %>>
<% end %>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
<% %w(warning boldblack black white grey red dkreg blue lightblue green dkgreen brown).each do |type| %>
<%= type %>
<% end %>
Navigate
<%= re_breadcrumbs link_to("level one", "#"), link_to("level two", "#"), "level three" %>
<%= re_breadcrumbs_right link_to("level one", "#"), link_to("level two", "#"), "level three", link_to("link_right", "#") %>
Boxes
Whitebox
<%= re_whitebox do %>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
<% end %>
Shadowbox
<%= re_shadowbox do %>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
<% end %>
<% %w(error notice success).each do |type| %>
<% end %>
<% %w(bluebox greenbox redbox dkgreenbox brownbox yellowbox).each do |type| %>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
<% end %>
re-infobox
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
Button Links
<% %w(3 4 5 6 ).each do |action| %>
<%= re_button_link_red("Button " + action, "#", :span => action) %>
<% end %>
<% %w(red gray blue green orange).each do |color| %>
<%= re_button_link(color, "#", color) %>
<% end %>
Button Submit
<% %w(3 4 5 6 ).each do |action| %>
<%= re_button_submit_red("Button " + action, :span => action) %>
<% end %>
<% %w(red gray blue green orange).each do |color| %>
<%= re_button_submit(color, color) %>
<% end %>
Build Forms
<%= re_form_text "TEXT FIELD LABEL", "TEXT FIELD VALUE" %>
<%= re_text_field("TEXT FIELD", "text_field_1", "text_field_1")%>
<%= re_password_field("PASSWORD FIELD", "text_field_1", "text_field_1")%>
<%= re_check_box "CHECKBOX FIELD", 'accept'%>
<%= re_check_box "CHECKBOX FIELD", 'accept', "1", "1", :required => true %>
<%= re_select "SELECT FIELD", "people", "
" %>
<%= re_text_area "TEXT AREA FIELD", "text_area", "", :size => "30x10" %>
<%= re_text_field("TEXT FIELD 5x16", "text_field_1", "text_field_1", :span => '5x16', :class => "showgrid")%>
<%= re_text_field("TEXT FIELD 5", "text_field_1", "text_field_1", :span => '5', :class => "showgrid")%>
<%= re_text_field("TEXT FIELD", "text_field_1", "text_field_1", :error => "error message")%>
<%= re_text_field("TEXT FIELD", "text_field_1", "text_field_1", :hint => "hint message")%>
<%= re_text_field("TEXT FIELD", "text_field_1", "text_field_1", :text => "TEXT MESSAGE")%>
<%= re_text_field("REQUIRED", "text_field_1", "text_field_1", :required => true)%>
<%= re_text_field("DISABLED", "text_field_1", "text_field_1", :disabled => true)%>
2 column
<%= re_text_field("LEFT", "text_field_1", "text_field_1", :span => "2x9")%>
<%= re_text_field("RIGHT", "text_field_1", "text_field_1", :span => "2x9", :class => "last")%>
3 column
<%= re_text_field("LEFT", "text_field_1", "text_field_1", :span => "2x4", :size => 15)%>
<%= re_text_field("CENTER", "text_field_1", "text_field_1", :span => "2x4", :size => 15)%>
<%= re_text_field("RIGHT", "text_field_1", "text_field_1", :span => "2x4", :size => 15)%>
4 column
<%= re_text_field("AAA", "text_field_1", "text_field_1", :span => "1x3", :size => 10)%>
<%= re_text_field("BBB", "text_field_1", "text_field_1", :span => "1x3", :size => 10)%>
<%= re_text_field("CCC", "text_field_1", "text_field_1", :span => "1x3", :size => 10)%>
<%= re_text_field("DDD", "text_field_1", "text_field_1", :span => "1x3", :size => 10)%>
re_form_for
<%= re_form_for(:demo_form) do |f| %>
<%= f.text_field("default_4x8")%>
<% end %>
<%= re_form_for(:demo_form, :span => "6x8") do |f| %>
<%= f.text_field("default_6x8")%>
<%= f.text_field("override_5x9", :span => "5x9")%>
<% end %>
re_build_form_field
<%= re_build_form_field("FORM FIELD (12)", {:class => "showgrid clear"})%>
<%= re_build_form_field("FORM FIELD 11", {:span => "11", :class => "showgrid clear"})%>
<%= re_build_form_field("FORM FIELD 10", {:span => "10", :class => "showgrid clear"})%>
<%= re_build_form_field("FORM FIELD 9", {:span => "9", :class => "showgrid clear"})%>
<%= re_build_form_field("FORM FIELD", {:class => "showgrid"})%>
<%= re_build_form_field("FORM FIELD DISABLED", {:class => "showgrid", :disabled => true})%>
re_build_form_label
<%= re_build_form_label("LABEL DEFAULT (4)", {:class => "showgrid clear"})%>
<%= re_build_form_label("LABEL SPAN 5", {:span => "5", :class => "showgrid clear"})%>
<%= re_build_form_label("LABEL SPAN 4", {:span => "4", :class => "showgrid clear"})%>
<%= re_build_form_label("LABEL SPAN 3", {:span => "3", :class => "showgrid clear"})%>
<%= re_build_form_label("LABEL ERROR", {:error => "error message", :class => "clear"})%>
<%= re_build_form_label("LABEL DISABLED", {:disabled => true, :class => "clear"})%>
<%= re_build_form_label("LABEL REQUIRED", {:required => true, :class => "clear"})%>
<%= re_build_form_label("LABEL REQUIRED EX", {:required => true, :disabled => true, :class => "clear"})%>
re_build_form_data
<%= re_build_form_data("DATA DEFAULT (8)", {:class => "showgrid clear"})%>
<%= re_build_form_data("DATA SPAN 7", {:span => "7", :class => "showgrid clear"})%>
<%= re_build_form_data("DATA SPAN 6", {:span => "6", :class => "showgrid clear"})%>
<%= re_build_form_data("DATA SPAN 5", {:span => "5", :class => "showgrid clear"})%>
<%= re_build_form_data("DATA ERROR SPAN 10", {:class => "clear", :error => "error message"})%>
<%= re_build_form_data("DATA HINT SPAN 10", {:class => "clear", :hint => "hint message"})%>
<%= re_build_form_data("DATA TEXT SPAN 10", {:class => "clear", :label => "FORM LABEL"})%>
<%= re_build_form_data("DATA DISABLED", {:class => "clear", :disabled => true})%>