- 浏览: 87206 次
- 性别:
- 来自: 大连
最新评论
-
liuxian13183:
MyApp是什么?
android 横屏 竖屏 切换 -
ljdreamfuture:
Vista SQLSERVER 2005 express ODBC -
seahb:
有时候clear一下就好了
java.lang.classnotfoundexception j2me
文章列表
日期选择框:
<%= date_select :variable, :attribute, options %>
<%= datetime_select :variable, :attribute, options %>
实例:
date_select "post", "attribute"
date_select "user", "birthday", :start_year => 1910
date_select "user", "cc_date&quo ...
- 2008-11-26 15:09
- 浏览 4564
- 评论(0)
通过获取的id值来设定相应的标志位为1,或者为0
view:
<% form_tag :action => "approve",:method=> "post" do %>
<% for student in @students %>
<tr>
<td><%= check_box_tag('students[]',student.id,false) %> </td>
<tr>
<% end %>
<%= submit_tag ...
- 2008-11-21 15:45
- 浏览 1191
- 评论(0)
接触到这个论坛,真是让我受益菲浅,我现在正在开发ruby on rails相关的项目。以后慢慢向大家学习。
- 2008-11-21 10:58
- 浏览 792
- 评论(0)