" . $this->getSingleCheckboxTag($this->otherBox) . " | " . $this->otherChoice->getFieldTag() . " |
FORMfields - HTML Special Characters | ||||||||||||||||||||||||||||
Deprecated: Non-static method FfMessageHelper::getInfoMessage() should not be called statically in /hermes/walnacweb05/walnacweb05ac/b2615/moo.bdinc/FORMfields/examples/misc/htmlSpecialChars.php on line 260 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 When an element of FORMfields requires HTML, you should either:
For example:
$ffForm->addField(new TextField("name","ù", FORM_FIELD_REQUIRED, 21, 1, null));
We highly recommend the free text editor, JEdit.
$ffForm->setHelp("name", "ç"); $ffForm->setValue("name", "ç");
$ffForm->setHelp("name", "ç");
but, DO NOT USE:
$ffForm->setValue("name", "ç");
as PHP does not consider "ç" equal to "ç"
Deprecated: Non-static method FfMessageHelper::getInfoMessage() should not be called statically in /hermes/walnacweb05/walnacweb05ac/b2615/moo.bdinc/FORMfields/examples/misc/htmlSpecialChars.php on line 301 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
Deprecated: Non-static method FfMenuHelper::getSectionTitleFooter() should not be called statically in /hermes/walnacweb05/walnacweb05ac/b2615/moo.bdinc/FORMfields/examples/misc/htmlSpecialChars.php on line 302 | ||||||||||||||||||||||||||||