HTML_QuickForm::getValidationScript()
HTML_QuickForm::getValidationScript() – Returns the client side validation script
Synopsis
require_once 'HTML/QuickForm.php';
string HTML_QuickForm::getValidationScript (
void
)
Description
Returns JavaScript used to validate the form on client side. Returns an empty string if no rules were added with 'client' modifier.
Throws
throws no exceptions thrown
Note
since 2.0
This function can not be called statically.