プロジェクト

全般

プロフィール

操作

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

« 前 | リビジョン 3/20 (差分) | 次 »
Haru Iida, 2011/01/22 15:19


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

index.html.erb のサンプル

<h2>IssueTemplates#index</h2>

<%= link_to '新規作成', :controller => 'issue_templates',
  :action => 'create', :id=>@project %>

create.html.erb のサンプル


<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: 69147 :since 2009-10-30

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