previousHTML_QuickForm::setRequiredNote() (Previous) (Next) HTML_QuickForm::getRequiredNote()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::setJsWarnings()

HTML_QuickForm::setJsWarnings() – JavaScript 警告メッセージを設定する

Synopsis

require_once 'HTML/QuickForm.php';

void HTML_QuickForm::setJsWarnings ( string $pref , string $post )

Description

JavaScript 警告メッセージを設定します。 最初のメッセージは要素のエラーの前に表示され、 2 番目のメッセージは要素のエラーの後に表示されます。 フォームに 'client' 規則が設定されていない場合は無意味です。

Parameter

string $pref

事前の警告。

string $post

事後の警告。

Throws

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

Note

since 1.1

This function can not be called statically.

previousHTML_QuickForm::setRequiredNote() (Previous) (Next) HTML_QuickForm::getRequiredNote()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.