previousフォームのカスタマイズと出力ヘルパー (Previous) (Next) HTML_QuickForm::isElementFrozen()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::freeze()

HTML_QuickForm::freeze() – フォームの要素を "凍結" する

Synopsis

require_once 'HTML/QuickForm.php';

void HTML_QuickForm::freeze ( mixed $elementList = = null )

Description

要素を凍結します。要素の値が表示される際に、HTML の input タグは出力されません。

Parameter

mixed $elementList

凍結させる要素を表す配列あるいは文字列。NULL を指定すると、 フォームのすべての要素が凍結されます。

Throws

Possible PEAR_Error values
エラーコード エラーメッセージ 原因 対応
QUICKFORM_NONEXIST_ELEMENT Element '$element ' does not exist in HTML_QuickForm::freeze() 存在しない要素を凍結しようとしました。 要素名の綴りを調べます。

Note

since 1.0

This function can not be called statically.

previousフォームのカスタマイズと出力ヘルパー (Previous) (Next) HTML_QuickForm::isElementFrozen()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.