The Horde_Form_Renderer class provides HTML and other renderings of forms for the Horde_Form:: package.
$Horde: framework/Form/Form/Renderer.php,v 1.185.4.22 2008/06/15 21:12:17 chuck Exp $
Copyright 2001-2007 Robert E. Coyle <robertecoyle@hotmail.com>
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
Located in /Form/Form/Renderer.php (line 16)
Does the title of the form contain HTML? If so, you are responsible for doing any needed escaping/sanitization yourself. Otherwise the title will be run through htmlspecialchars() before being output.
Construct a new Horde_Form_Renderer::.
Sets or returns whether the form title should be encoded with htmlspecialchars().
Attempts to return a concrete Horde_Form_Renderer instance based on $renderer.
Attempts to return a reference to a concrete Horde_Form_Renderer instance based on $renderer. It will only create a new instance if no Horde_Form_Renderer instance with the same parameters currently exists.
This should be used if multiple types of form renderers (and, thus, multiple Horde_Form_Renderer instances) are required.
This method must be invoked as: $var = &Horde_Form_Renderer::singleton()
Implementation specific begin function.
Implementation specific begin function.
Implementation specific end function.
Documentation generated on Sun, 30 Jan 2011 05:20:52 +0000 by phpDocumentor 1.4.3