我使用了HTML_QuickForm的setRequiredNote方法,但在QuickForm2中找不到类似的方法。
有谁知道怎么做吗?
发布于 2012-12-03 05:19:59
它现在在渲染器中,选项为"required_note":
$renderer->setOption('required_note', '* This fields are required');请参阅http://pear.php.net/manual/en/package.html.html-quickform2.renderers.php
https://stackoverflow.com/questions/13645142
复制相似问题