るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. bigdecimal to_r
  5. fileutils rm_r

ライブラリ

モジュール

キーワード

検索結果

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

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

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

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

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

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

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