るりまサーチ (Ruby 3.3)

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

別のキーワード

  1. matrix imag
  2. _builtin imag
  3. numeric imag
  4. complex imag
  5. imag

ライブラリ

モジュール

キーワード

検索結果

RSS::Maker::ImageBase#url (63310.0)

@todo

@todo

RSS::RDF::Image#url (63310.0)

@todo

@todo

RSS::Rss::Channel::Image#url (63310.0)

@todo

@todo

RSS::Maker::ImageBase#url=() (27310.0)

@todo

@todo

RSS::RDF::Image#url= (27310.0)

@todo

@todo

絞り込み条件を変える

RSS::Rss::Channel::Image#url= (27310.0)

@todo

@todo

CGI::HtmlExtension#image_button(src = "", name = nil, alt = nil) -> String (18382.0)

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

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

@param src src 属性の値を指定します。

@param name name 属性の値を指定します。

@param alt alt 属性の値を指定します。

例:
image_button("url")
# <INPUT TYPE="image" SRC="url">

image_button("url", "name", "string")
# <INPUT TYPE="image" SRC="url" NAME="name" ALT="string">

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

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

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

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

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