HTML_QuickForm_Renderer_QuickHtml::elementToHtml()
HTML_QuickForm_Renderer_QuickHtml::elementToHtml() -- Renders a specific form element into HTML
概要
require_once 'HTML/QuickForm/Renderer/QuickHtml.php'; |
string HTML_QuickForm_Renderer_QuickHtml::elementToHtml (string $elementName [, string $elementValue])
説明
Returns the HTML generated for a specific form element and marks
that element as rendered.
パラメータ
$elementName
The name of the form element that is being rendered.
$elementValue
The value given to the form element. This is only useful for
elements that have the same name (such as a radio button), and can
only be told apart based on the value assigned to them.
例外・エラー
throws no exceptions thrown