るりまサーチ

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

別のキーワード

  1. module attr
  2. _builtin attr
  3. net/imap attr
  4. rdoc attr_modifiers
  5. etc sc_thread_attr_stackaddr

ライブラリ

モジュール

検索結果

CGI::HtmlExtension#radio_group(attributes) -> String (18326.0)

タイプが radio である input 要素のリストを生成します。

...ます。

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

例:
radio_group
({ "NAME" => "name",
"VALUES" => ["foo", "bar", "baz"] })

radio_group
({ "NAME" => "name",
"VALUES" => [["foo"], ["bar", true], "baz"] })

radio_group
({ "NAME" => "name"...