2008年5月21日水曜日

text_field


テキストボックスを作成する。

$lt;%= text_field 'text','field' %>

以下イメージ。
<input id="text_field" name="text[field]" size="30" type="text" />

options として、INPUT の属性を指定可能。


:autocomplete=>on|off      # オートコンプリートの設定

:style=>"color:red;" # style の指定

:maxlength=>n # 最大文字数

など。

0 件のコメント: