プロジェクト

全般

プロフィール

操作

プラグインハンズオン サンプル » 履歴 » リビジョン 1

リビジョン 1/20 | 次 »
Haru Iida, 2011/01/22 15:18


プラグインハンズオン サンプル


<h2>テンプレートの作成</h2>

<% labelled_tabular_form_for :issue_template, @issue_template, :action => 'update' do |f|%>
    <p>
      <%= f.text_field :title, :size => 50, :required => true %>
    </p>
    <p>
      <%= f.text_field :note, :size => 80, :label => l(:issue_template_note) %>
    </p>
    <p><%= f.text_area :description, :rows => 8, :cols=>60, :accesskey => accesskey(:edit), :class => 'wiki-edit' ,:required => true %></p>
    <%= submit_tag l(:button_apply) %>
  <% end %>


Updated by Haru Iida , 13年以上前に更新
Access count: 69043 :since 2009-10-30

Haru Iida さんが13年以上前に更新 · 1件の履歴