HTML_QuickForm_group::setElements() | |
PEAR Manual | |
require_once 'HTML/QuickForm/Renderer/ITDynamic.php'; |
void HTML_QuickForm_Renderer_ITDynamic::setElementBlock (
mixed $elementName
, string $blockName = NULL
)
Sets the block to use for element rendering.
element name or array ('element name' => 'block name')
block name if $elementName is not an array
throws no exceptions thrown
This function can not be called statically.
HTML_QuickForm_group::setElements() | |
PEAR Manual | |