Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17569 программистов и 1887 роботов. Сейчас ищут 1719 программистов ...
HTML_QuickForm::setRequiredNote()
Вернуться к: Form customization and output helpers
HTML_QuickForm::setRequiredNote()
HTML_QuickForm::setRequiredNote() – Sets required note
Synopsis
require_once 'HTML/QuickForm.php';
void HTML_QuickForm::setRequiredNote ( string $note )
Sets the required note. This note is usually displayed below the form when the form contains required fields.
Parameter
- string $note
-
Message indicating some elements are required
Throws
throws no exceptions thrown
Note
since 1.1
This function can not be called statically.
Вернуться к: Form customization and output helpers