るりまサーチ

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

別のキーワード

  1. cgi/html form
  2. cgi/html doctype
  3. cgi/html element_init
  4. cgi/html multipart_form
  5. cgi html

キーワード

検索結果

<< < 1 2 3 4 ... > >>

CGI::Html3#element_init (3001.0)

@todo

@todo

CGI::Html4#doctype (3001.0)

@todo

@todo

CGI::Html4#element_init (3001.0)

@todo

@todo

CGI::Html4Fr#doctype (3001.0)

@todo

@todo

CGI::Html4Fr#element_init (3001.0)

@todo

@todo

絞り込み条件を変える

CGI::Html4Tr#doctype (3001.0)

@todo

@todo

CGI::Html4Tr#element_init (3001.0)

@todo

@todo

CGI::HtmlExtension#a(href = "") -> String (3001.0)

a 要素を生成します。

a 要素を生成します。

ブロックを与えると、ブロックを評価した結果が内容になります。

@param href 文字列を指定します。属性をハッシュで指定することもできます。

例:
a("http://www.example.com") { "Example" }
# => "<A HREF=\"http://www.example.com\">Example</A>"

a("HREF" => "http://www.example.com", "TARGET" => "_top") { "Example" }
# => "<A HREF=\"htt...

CGI::HtmlExtension#a(href = "") { ... } -> String (3001.0)

a 要素を生成します。

a 要素を生成します。

ブロックを与えると、ブロックを評価した結果が内容になります。

@param href 文字列を指定します。属性をハッシュで指定することもできます。

例:
a("http://www.example.com") { "Example" }
# => "<A HREF=\"http://www.example.com\">Example</A>"

a("HREF" => "http://www.example.com", "TARGET" => "_top") { "Example" }
# => "<A HREF=\"htt...
<< < 1 2 3 4 ... > >>