previous基本的なフォームの生成 (Previous) (Next) HTML_QuickForm::addElement()next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

コンストラクタ HTML_QuickForm::HTML_QuickForm()

コンストラクタ HTML_QuickForm::HTML_QuickForm() – クラスのコンストラクタ

Synopsis

require_once 'HTML/QuickForm.php';

void HTML_QuickForm::HTML_QuickForm ( string $formName = '' , string $method = 'post' , string $action = '' , string $target = '' , mixed $attributes = = null , bool $trackSubmit = = false )

Description

コンストラクタです。 <form> タグの属性と送信する値のロードをします。

Parameter

string $formName

フォームの名称を指定します。

string $method

(オプション) フォームのメソッドを指定します。

string $action

(オプション) フォームのアクションを指定します。

string $target

(オプション) フォームのターゲットを指定します。

mixed $attributes

(オプション) その他の <form> タグの属性を指定します。

boolean $trackSubmit

(オプション) フォームから送信されたことを確認する機能を 使用するため、hidden フィールドを追加するかどうかを指定します。 $_GET あるいは $_POST の値にそのフィールドが存在しない場合、 フォームは送信されなかったと考えられます。

Throws

例外はスローされません。

Note

This function can not be called statically.

previous基本的なフォームの生成 (Previous) (Next) HTML_QuickForm::addElement()next

Download Documentation Last updated: Sun, 21 Jun 2009
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.