るりまサーチ (Ruby 2.5.0)

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

別のキーワード

  1. matrix l
  2. _builtin $-l
  3. kernel $-l
  4. lupdecomposition l
  5. l matrix

ライブラリ

モジュール

キーワード

検索結果

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

CGI::HtmlExtension#image_button(src = "", name = nil, alt = nil) -> String (27817.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 (27457.0)

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

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

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

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