るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.074秒)
トップページ > クエリ:String[x] > クエリ:b[x] > バージョン:2.6.0[x] > クエリ:h[x] > クエリ:size[x] > クエリ:scrolling_list[x]

別のキーワード

  1. _builtin to_h
  2. hash to_h
  3. enumerable to_h
  4. struct to_h
  5. array to_h

ライブラリ

モジュール

検索結果

CGI::HtmlExtension#scrolling_list(attributes) -> String (54955.0)

select 要素を生成します。

select 要素を生成します。

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

例:
popup_menu({"NAME" => "name", "SIZE" => 2, "MULTIPLE" => true,
"VALUES" => [["1", "Foo"], ["2", "Bar", true], "Baz"] })
# <SELECT NAME="name" MULTIPLE SIZE="2">
# <OPTION VALUE="1">Foo</OPTION>
...

CGI::HtmlExtension#popup_menu(attributes) -> String (9655.0)

select 要素を生成します。

select 要素を生成します。

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

例:
popup_menu({"NAME" => "name", "SIZE" => 2, "MULTIPLE" => true,
"VALUES" => [["1", "Foo"], ["2", "Bar", true], "Baz"] })
# <SELECT NAME="name" MULTIPLE SIZE="2">
# <OPTION VALUE="1">Foo</OPTION>
...