|
|
|
|
|
|
(Since version FH3 v1.2.8)
enableAjaxValidator |
enableAjaxValidator (
boolean |
$mode = true, |
boolean |
$bScript = true |
) |
Arguments:
Name |
Description |
$mode |
Enable AjaxValidator |
$bScript |
Include jQuery script? |
Description:
Enables on the fly validation by AJAX for the buildin validators
Example
<?php
$oForm->enableAjaxValidator( true );
?>
|
Latest change: 24 February 09 / 16:03
Comments
|
|
|
|