HTML_QuickForm::setRequiredNote()

HTML_QuickForm::setRequiredNote() – Sets required note

Synopsis

require_once 'HTML/QuickForm.php';

void HTML_QuickForm::setRequiredNote ( string $note )

Description

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.

Checks whether the form is frozen (Previous) Sets JavaScript warning messages (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.