HTML_Page2 (Previous) (Next) ヘッダ

View this page in Last updated: Sun, 05 Oct 2008
English | French | German | Hungarian | Japanese | Polish | Spanish | Plain HTML

作成

作成 -- 新しいページの作成

説明

html ページを作成するには、新しい html_page2 オブジェクトのインスタンスを作成します。 属性の配列をコンストラクタに渡すこともできますが、必須ではありません。 デフォルトの設定は十分直感的です。

デフォルトのページの設定

  • Unix の改行 (\n)

  • 文字セットは UTF-8

  • MIME 型は text/html

  • doctype は XHTML 1.0 Transitional

  • 言語は英語

これらの設定が気に入らない場合は、設定の配列を コンストラクタ に渡すか、あるいは setDoctype()setMimeEncoding() あるいは setCharset() のような設定用メソッドを使用します。

HTML_Page2 (Previous) (Next) ヘッダ

Download Documentation Last updated: Sun, 05 Oct 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.