Sha256: 08151d8ee88b2c628abca13973a5c4a30954ef8787942869bd34c6e3d2388074

Contents?: true

Size: 759 Bytes

Versions: 84

Compression:

Stored size: 759 Bytes

Contents

<%
    doc = Jinda::Doc.new :issue_on=> Date.today, :process_at => Time.now
%>
<%= fields_for doc do |f| %>
  <%= f.label :content_type, "Content type" %>
  <%= f.select :content_type, [["pdf file", "pdf"], ["png file", "png"], ["html file", "html"]] %>
  <!--div>
    </div-->
    <%= f.label :issue_on, "Dated" %>
    <%= f.date_field :issue_on, "blackDays"=>[0,6] %>

    <%= f.label :dscan, "Attached document" %>
    <%= f.file_field :dscan %>
    <%= f.label :filename, "File Name" %>
  <% end %>
  <%= label_tag :x, "x field" %>
  <%= text_field_tag :x %>
  <div>
    <%= label_tag :ma_display, "Display", :class=>"ui-input-text" %>
    <%= select_tag :ma_display, options_for_select([['Yes', 'y'], ['No', 'n']],'y'), 'data-role'=>"slider" %>
  </div>

Version data entries

84 entries across 38 versions & 3 rubygems

Version Path
jinda-0.8.0 lib/generators/jinda/templates/app/views/docs/doc_edit/doc_edit.html.erb
jinda-0.8.0 test/dummy/app/views/docs/doc_edit/doc_edit.html.erb
jinda-0.8.0 test/dummy/app/views/docs/doc_xedit/doc_edit.html.erb
jinda-0.8.0 lib/generators/jinda/templates/app/views/docs/doc_xedit/doc_edit.html.erb
jinda-0.7.7.4 lib/generators/jinda/templates/app/views/docs/doc_edit/doc_edit.html.erb
jinda-0.7.7.4 test/dummy/app/views/docs/doc_edit/doc_edit.html.erb
jinda-0.7.7.4 lib/generators/jinda/templates/app/views/docs/doc_xedit/doc_edit.html.erb
jinda-0.7.7.4 test/dummy/app/views/docs/doc_xedit/doc_edit.html.erb
jinda-0.7.7.3 test/dummy/app/views/docs/doc_edit/doc_edit.html.erb
jinda-0.7.7.3 lib/generators/jinda/templates/app/views/docs/doc_xedit/doc_edit.html.erb
jinda-0.7.7.3 test/dummy/app/views/docs/doc_xedit/doc_edit.html.erb
jinda-0.7.7.3 lib/generators/jinda/templates/app/views/docs/doc_edit/doc_edit.html.erb
jinda-0.7.7.2 lib/generators/jinda/templates/app/views/docs/doc_edit/doc_edit.html.erb
jinda-0.7.7.2 lib/generators/jinda/templates/app/views/docs/doc_xedit/doc_edit.html.erb
jinda-0.7.7.1 lib/generators/jinda/templates/app/views/docs/doc_edit/doc_edit.html.erb
jinda-0.7.7.1 lib/generators/jinda/templates/app/views/docs/doc_xedit/doc_edit.html.erb
jinda_mind-1.0.0 lib/generators/jinda/templates/app/views/docs/doc_xedit/doc_edit.html.erb
jinda_mind-1.0.0 lib/generators/jinda/templates/app/views/docs/doc_edit/doc_edit.html.erb
jinda-0.7.7 lib/generators/jinda/templates/app/views/docs/doc_edit/doc_edit.html.erb
jinda-0.7.7 lib/generators/jinda/templates/app/views/docs/doc_xedit/doc_edit.html.erb