css:
<style type="text/css">
.textbg{
background-color:gray;
border:none
}
</style>
文本域:
<td><%= text_field 'message','title',:title=>@message.title,:readonly=>true,:class=>'textbg'%></td>
:title 默認值
:readonly 不可編輯
:class 應用css樣式
posted on 2009-03-13 19:25
fl1429 閱讀(2004)
評論(1) 編輯 收藏 所屬分類:
Rails