るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.091秒)
トップページ > バージョン:2.3.0[x] > クエリ:l[x] > クエリ:attribute[x] > クエリ:text_field[x]

別のキーワード

  1. attribute new
  2. attribute value
  3. rexml/document attribute
  4. element add_attribute
  5. rexml/document add_attribute

ライブラリ

モジュール

検索結果

CGI::HtmlExtension#text_field(attributes) -> String (72937.0)

タイプが text である input 要素を生成します。

タイプが text である input 要素を生成します。

@param attributes 属性をハッシュで指定します。

text_field({ "NAME" => "name", "VALUE" => "value" })
# <INPUT TYPE="text" NAME="name" VALUE="value">