\BEAR_Form_Renderer_Default

Replacement for the default renderer of HTML_QuickForm that uses only XHTML and CSS but no table tags, and generates fully valid XHTML output

You need to specify a stylesheet like the one that you find in data/stylesheet.css to make this work.

Summary

Methods
Properties
Constants
__construct()
$_headerTemplate
$_elementTemplate
$_formTemplate
$_openFieldsetTemplate
$_openHiddenFieldsetTemplate
$_closeFieldsetTemplate
$_requiredNoteTemplate
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$_headerTemplate

$_headerTemplate : string

Header Template string

Type

string

$_elementTemplate

$_elementTemplate : string

Element template string

Type

string

$_formTemplate

$_formTemplate : string

Form template string

Type

string

$_openFieldsetTemplate

$_openFieldsetTemplate : string

Template used when opening a fieldset

Type

string

$_openHiddenFieldsetTemplate

$_openHiddenFieldsetTemplate : string

Template used when opening a hidden fieldset (i.e. a fieldset that is opened when there is no header element)

Type

string

$_closeFieldsetTemplate

$_closeFieldsetTemplate : string

Template used when closing a fieldset

Type

string

$_requiredNoteTemplate

$_requiredNoteTemplate : string

Required Note template string

Type

string

Methods

__construct()

__construct() 

Constructor