るりまサーチ

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

別のキーワード

  1. attribute new
  2. attribute value
  3. rexml/document attribute
  4. element add_attribute
  5. rexml/document add_attribute

ライブラリ

モジュール

検索結果

CGI::HtmlExtension#image_button(attributes) -> String (24411.0)

タイプが image の input 要素を生成します。

...タイプが image の input 要素を生成します。

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

例:
image_button
({ "SRC" => "url", "ALT" => "string" })
# <INPUT TYPE="image" SRC="url" ALT="string">...