るりまサーチ

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

別のキーワード

  1. cgi new
  2. cgi close
  3. cgi delete
  4. cgi update
  5. cgi accept_charset

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

CGI::HtmlExtension#base(href = "") -> String (3015.0)

base 要素を生成します。

...base 要素を生成します。

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

例:
base("http://www.example.com/cgi")
# => "<BASE HREF=\"http://www.example.com/cgi\">"...

CGI::HtmlExtension#form(attributes) -> String (3010.0)

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

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

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

例:
form({"METHOD" => "post", ENCTYPE => "enctype"}){ "string" }
# <FORM METHOD="post" ENCTYPE="enctype">string</FORM>

@see CGI::HtmlExtension#multipart_form...

CGI::HtmlExtension#form(attributes) { ... } -> String (3010.0)

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

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

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

例:
form({"METHOD" => "post", ENCTYPE => "enctype"}){ "string" }
# <FORM METHOD="post" ENCTYPE="enctype">string</FORM>

@see CGI::HtmlExtension#multipart_form...

CGI::HtmlExtension#form(method = "post", action = nil, enctype = "application/x-www-form-urlencoded") -> String (3010.0)

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

...thod 属性の値として "get" か "post" を指定します。

@param action action 属性の値を指定します。デフォルトは現在の CGI スクリプト名です。

@param enctype enctype 属性の値を指定します。デフォルトは "application/x-www-form-urlencoded" です...

CGI::HtmlExtension#form(method = "post", action = nil, enctype = "application/x-www-form-urlencoded") { ... } -> String (3010.0)

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

...thod 属性の値として "get" か "post" を指定します。

@param action action 属性の値を指定します。デフォルトは現在の CGI スクリプト名です。

@param enctype enctype 属性の値を指定します。デフォルトは "application/x-www-form-urlencoded" です...

絞り込み条件を変える

CGI::Html3#doctype (3003.0)

@todo

@todo

CGI::Html3#element_init (3003.0)

@todo

@todo

CGI::Html4#doctype (3003.0)

@todo

@todo

CGI::Html4#element_init (3003.0)

@todo

@todo

CGI::Html4Fr#doctype (3003.0)

@todo

@todo

絞り込み条件を変える

<< 1 2 3 ... > >>