るりまサーチ

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

別のキーワード

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

ライブラリ

モジュール

検索結果

CGI::HtmlExtension#radio_group(attributes) -> String (21223.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"...
...,
"VALUES" => [["1", "Foo"], ["2", "Bar", true], "Baz"] })...