るりまサーチ

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

別のキーワード

  1. cgi scrolling_list
  2. cgi/html scrolling_list
  3. htmlextension scrolling_list
  4. scrolling_list cgi/html
  5. scrolling_list cgi::htmlextension

ライブラリ

モジュール

検索結果

CGI::HtmlExtension#scrolling_list(attributes) -> String (15202.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...

CGI::HtmlExtension#popup_menu(attributes) -> String (102.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...