Sha256: 080172085f0f65cda5a401cb7b4f8c1702d7527980d1143c080f1d7e94097910

Contents?: true

Size: 578 Bytes

Versions: 70

Compression:

Stored size: 578 Bytes

Contents

<h1 id='form_title' class='form title'>Webrat Form</h1>

<% form_tag submit_path do %>
  <label>
    Text field <%= text_field_tag "text_field" %>
  </label>
  
  <label>
    TOS <%= check_box_tag "tos" %>
  </label>
  
  <label>
    Prefilled
    <input type="text" name="prefilled" value="text" />
  </label>
  
  <label>
    <%= select_tag "month", "<option></option><option>January</option>" %>
  </label>
  
  <% div_for FakeModel.new do %>
    <label>
      Object field <%= text_field_tag "object_field" %>
    </label>
  <% end %>
  
  <%= submit_tag "Test" %>
<% end %>

Version data entries

70 entries across 70 versions & 24 rubygems

Version Path
adva-0.3.2 test/webrat/spec/integration/rails/app/views/webrat/form.html.erb
adva-0.3.1 test/webrat/spec/integration/rails/app/views/webrat/form.html.erb
adva-0.3.0 test/webrat/spec/integration/rails/app/views/webrat/form.html.erb
adva-0.2.4 test/webrat/spec/integration/rails/app/views/webrat/form.html.erb
adva-0.2.3 test/webrat/spec/integration/rails/app/views/webrat/form.html.erb
adva-0.2.2 test/webrat/spec/integration/rails/app/views/webrat/form.html.erb
adva-0.2.1 test/webrat/spec/integration/rails/app/views/webrat/form.html.erb
adva-0.2.0 test/webrat/spec/integration/rails/app/views/webrat/form.html.erb
adva-0.1.4 test/webrat/spec/integration/rails/app/views/webrat/form.html.erb
adva-0.1.3 test/webrat/spec/integration/rails/app/views/webrat/form.html.erb
adva-0.1.2 test/webrat/spec/integration/rails/app/views/webrat/form.html.erb
adva-0.1.1 test/webrat/spec/integration/rails/app/views/webrat/form.html.erb
adva-0.1.0 test/webrat/spec/integration/rails/app/views/webrat/form.html.erb
adva-0.0.1 test/webrat/spec/integration/rails/app/views/webrat/form.html.erb
davidtrogers-webrat-0.4.4.2 spec/integration/rails/app/views/webrat/form.html.erb
diabolo-webrat-0.5.1 spec/integration/rails/app/views/webrat/form.html.erb
dstrelau-webrat-0.5.1 spec/integration/rails/app/views/webrat/form.html.erb
hardbap-webrat-0.5.1 spec/integration/rails/app/views/webrat/form.html.erb
hardbap-webrat-0.5.2 spec/integration/rails/app/views/webrat/form.html.erb
sr-webrat-0.4.4.1 spec/integration/rails/app/views/webrat/form.html.erb