|
Deprecated: Non-static method FfMessageHelper::getInfoMessage() should not be called statically in /hermes/walnacweb05/walnacweb05ac/b2615/moo.bdinc/FORMfields/examples/messages/messages.php on line 41
Deprecated: Non-static method FfMenuHelper::getSectionHeader() should not be called statically in /hermes/walnacweb05/walnacweb05ac/b2615/moo.bdinc/FORMfields/src/FfMessageHelper.php on line 92
Deprecated: Non-static method FfMenuHelper::getSectionFooter() should not be called statically in /hermes/walnacweb05/walnacweb05ac/b2615/moo.bdinc/FORMfields/src/FfMessageHelper.php on line 114
| | | |  | Info Message Text. |
| | | | |
Deprecated: Non-static method FfMessageHelper::getWarningMessage() should not be called statically in /hermes/walnacweb05/walnacweb05ac/b2615/moo.bdinc/FORMfields/examples/messages/messages.php on line 43
Deprecated: Non-static method FfMenuHelper::getSectionHeader() should not be called statically in /hermes/walnacweb05/walnacweb05ac/b2615/moo.bdinc/FORMfields/src/FfMessageHelper.php on line 92
Deprecated: Non-static method FfMenuHelper::getSectionFooter() should not be called statically in /hermes/walnacweb05/walnacweb05ac/b2615/moo.bdinc/FORMfields/src/FfMessageHelper.php on line 114
| | | |  | Warning Message Text. |
| | | | |
Deprecated: Non-static method FfMessageHelper::getErrorMessage() should not be called statically in /hermes/walnacweb05/walnacweb05ac/b2615/moo.bdinc/FORMfields/examples/messages/messages.php on line 45
Deprecated: Non-static method FfMenuHelper::getSectionHeader() should not be called statically in /hermes/walnacweb05/walnacweb05ac/b2615/moo.bdinc/FORMfields/src/FfMessageHelper.php on line 92
Deprecated: Non-static method FfMenuHelper::getSectionFooter() should not be called statically in /hermes/walnacweb05/walnacweb05ac/b2615/moo.bdinc/FORMfields/src/FfMessageHelper.php on line 114
| | | |  | Error Message Text! |
| | | | |
Deprecated: Non-static method FfMessageHelper::getQuestionMessage() should not be called statically in /hermes/walnacweb05/walnacweb05ac/b2615/moo.bdinc/FORMfields/examples/messages/messages.php on line 47
Deprecated: Non-static method FfMenuHelper::getSectionHeader() should not be called statically in /hermes/walnacweb05/walnacweb05ac/b2615/moo.bdinc/FORMfields/src/FfMessageHelper.php on line 92
Deprecated: Non-static method FfMenuHelper::getSectionFooter() should not be called statically in /hermes/walnacweb05/walnacweb05ac/b2615/moo.bdinc/FORMfields/src/FfMessageHelper.php on line 114
| | | |  | Question Message Text. |
| | | | |
$fmh = new FfMessageHelper("This will save your data.", true, true);
echo $fmh->getInfo();
?>
$fmh = new FfMessageHelper("Cannot delete this entry!", false, true);
echo $fmh->getError();
?>
$fmh = new FfMessageHelper("Are you sure you want to delete this entry?", true, true);
$fmh->ffForm->formFields["ff_ok"]->setLabel(" Yes ");
$fmh->ffForm->formFields["ff_cancel"]->setLabel(" No ");
echo $fmh->getWarning();
?>
Deprecated: Non-static method FfMenuHelper::getSectionTitleFooter() should not be called statically in /hermes/walnacweb05/walnacweb05ac/b2615/moo.bdinc/FORMfields/examples/messages/messages.php on line 66
| |