Sha256: fe626e4fe148e38cda8dc8deb9b0d2a4eef9fc08ca51e6d0f73e0b43a2b4fcf4

Contents?: true

Size: 774 Bytes

Versions: 21

Compression:

Stored size: 774 Bytes

Contents

<div style="max-width: 60em; margin: auto">
  <%= render partial: "rest_framework/form_routes" %>

  <div class="mb-2">
    <label class="form-label w-100">Media Type
      <select class="form-control" id="rawFormMediaType">
        <% ["application/json", "application/x-www-form-urlencoded", "multipart/form-data"].each do |t| %>
          <option value="<%= t %>"><%= t %></option>
        <% end %>
      </select>
    </label>
  </div>

  <div class="mb-2">
    <label class="form-label w-100">Content
      <textarea class="form-control" style="font-family: monospace" id="rawFormContent" rows="8" cols="60"></textarea>
    </label>
  </div>

  <button type="button" class="btn btn-primary" style="float: right" onclick="rrfSubmitRawForm(this)">Submit</button>
</div>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
rest_framework-0.8.15 app/views/rest_framework/_raw_form.html.erb
rest_framework-0.8.14 app/views/rest_framework/_raw_form.html.erb
rest_framework-0.8.13 app/views/rest_framework/_raw_form.html.erb
rest_framework-0.8.12 app/views/rest_framework/_raw_form.html.erb
rest_framework-0.8.11 app/views/rest_framework/_raw_form.html.erb
rest_framework-0.8.10 app/views/rest_framework/_raw_form.html.erb
rest_framework-0.8.9 app/views/rest_framework/_raw_form.html.erb
rest_framework-0.8.8 app/views/rest_framework/_raw_form.html.erb
rest_framework-0.8.7 app/views/rest_framework/_raw_form.html.erb
rest_framework-0.8.6 app/views/rest_framework/_raw_form.html.erb
rest_framework-0.8.5 app/views/rest_framework/_raw_form.html.erb
rest_framework-0.8.4 app/views/rest_framework/_raw_form.html.erb
rest_framework-0.8.3 app/views/rest_framework/_raw_form.html.erb
rest_framework-0.8.2 app/views/rest_framework/_raw_form.html.erb
rest_framework-0.8.1 app/views/rest_framework/_raw_form.html.erb
rest_framework-0.8.0 app/views/rest_framework/_raw_form.html.erb
rest_framework-0.7.12 app/views/rest_framework/_raw_form.html.erb
rest_framework-0.7.11 app/views/rest_framework/_raw_form.html.erb
rest_framework-0.7.10 app/views/rest_framework/_raw_form.html.erb
rest_framework-0.7.9 app/views/rest_framework/_raw_form.html.erb