Class Horde_Form_Renderer
The Horde_Form_Renderer class provides HTML and other renderings of forms for the Horde_Form:: package.
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.horde.org/licenses/lgpl21.
public
|
|
public
|
|
public
boolean
|
#
encodeTitle( boolean $encode = null )
Sets or returns whether the form title should be encoded with htmlspecialchars(). |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
public
mixed
|
$_name
|
|
public
boolean
|
$_requiredLegend
|
#
false
|
public
string
|
$_requiredMarker
|
#
'*'
|
public
string
|
$_helpMarker
|
#
'?'
|
public
boolean
|
$_showHeader
|
#
true
|
public
integer
|
$_cols
|
#
2
|
public
mixed
|
$_varRenderer
|
#
null
|
public
mixed
|
$_firstField
|
#
null
|
public
boolean
|
$_stripedRows
|
#
true
|
public
boolean
|
$_encodeTitle
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. |
#
true
|
public
string
|
$_attrColumnWidth
Width of the attributes column. |
#
'15%'
|