るりまサーチ

最速Rubyリファレンスマニュアル検索!
48件ヒット [1-48件を表示] (0.007秒)
トップページ > クエリ:Html4Tr[x]

別のキーワード

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

ライブラリ

モジュール

キーワード

検索結果

CGI::Html4Tr (18000.0)

CGI::Html4Tr#doctype (3000.0)

@todo

@todo

CGI::Html4Tr#element_init (3000.0)

@todo

@todo

cgi (12.0)

CGI プログラムの支援ライブラリです。

...)
end
end
end
end

# HTML生成メソッドを追加
CGI.new("html3") # html3.2
CGI.new("html4") # html4.0 (Strict)
CGI.new("html4Tr") # html4.0 Transitional
CGI.new("html4Fr") # html4.0 Frameset
//}

==== ファイルのアップロード

25399 を参照してください...
...ass="foo" attr="bar">content</H1>

# HTML生成メソッドを追加
CGI.new("html3") # html3.2
CGI.new("html4") # html4.0 (Strict)
CGI.new("html4Tr") # html4.0 Transitional
CGI.new("html4Fr") # html4.0 Frameset
//}


HTML 生成メソッドの引数としては、基本的に Hash オブジ...