96件ヒット
[1-96件を表示]
(0.072秒)
モジュール
-
CGI
:: HtmlExtension (24)
検索結果
先頭5件
-
RSS
:: Maker :: RSS20 :: Items :: Item :: Enclosure # url (21103.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item :: Enclosure # url (18102.0) -
@todo
@todo -
RSS
:: Maker :: RSS20 :: Items :: Item :: Enclosure # url=() (9103.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item :: Enclosure # url= (9102.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item :: Enclosure # type (3002.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item :: Enclosure # type= (3002.0) -
@todo
@todo -
CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") -> String (213.0) -
form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。
...の値として "get" か "post" を指定します。
@param action action 属性の値を指定します。デフォルトは現在の CGI スクリプト名です。
@param enctype enctype 属性の値を指定します。デフォルトは "application/x-www-form-urlencoded" です。
例:......METHOD="post" ENCTYPE="application/x-www-form-urlencoded">string</FORM>
form("get"){ "string" }
# <FORM METHOD="get" ENCTYPE="application/x-www-form-urlencoded">string</FORM>
form("get", "url"){ "string" }
# <FORM METHOD="get" ACTION="url" ENCTYPE="application/x-www-form-urlencoded">s... -
CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") { . . . } -> String (213.0) -
form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。
...の値として "get" か "post" を指定します。
@param action action 属性の値を指定します。デフォルトは現在の CGI スクリプト名です。
@param enctype enctype 属性の値を指定します。デフォルトは "application/x-www-form-urlencoded" です。
例:......METHOD="post" ENCTYPE="application/x-www-form-urlencoded">string</FORM>
form("get"){ "string" }
# <FORM METHOD="get" ENCTYPE="application/x-www-form-urlencoded">string</FORM>
form("get", "url"){ "string" }
# <FORM METHOD="get" ACTION="url" ENCTYPE="application/x-www-form-urlencoded">s...