previousHTML_QuickForm::setMaxFileSize() (Previous) (Next) フォーム要素を表現したクラス群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::updateElementAttr()

HTML_QuickForm::updateElementAttr() – ひとつまたは複数の要素の属性を更新する

Synopsis

require_once 'HTML/QuickForm.php';

void HTML_QuickForm::updateElementAttr ( mixed $elements , mixed $attrs )

Description

ひとつまたは複数の要素の属性を更新します。

グループや、グループをもとにした要素 (date、hierselect) では動作しないかもしれません。 これらの要素に対して確実に動作させるには、 グループ化された要素の属性を手動で更新しなければなりません。

Parameter

mixed $elements

要素名かオブジェクトの配列または更新する要素文字列です。

mixed $attrs

HTML 属性の配列か文字列です。

Throws

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

Note

since 2.10

This function can not be called statically.

previousHTML_QuickForm::setMaxFileSize() (Previous) (Next) フォーム要素を表現したクラス群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.