るりまサーチ (Ruby 3.1)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.092秒)

別のキーワード

  1. irb/input-method gets
  2. irb/input-method new
  3. irb/input-method encoding
  4. irb/input-method readable_atfer_eof?
  5. irb/input-method line

ライブラリ

モジュール

検索結果

CGI::HtmlExtension#password_field(attributes) -> String (54715.0)

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

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

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

例:
password_field({ "NAME" => "name", "VALUE" => "value" })
# <INPUT TYPE="password" NAME="name" VALUE="value">