Takes care of rendering errors in tabbed forms

$Id$

filesource
package Gems
subpackage Form

 Methods

Should the tab errors be verbose?

getVerbose() : boolean

Verbose means that apart from marking and selecting the tab that has errors we also show an error above the form.

Returns

boolean

Render the TabErrors

render(\<type> $content) : \<type>

We don't return anything, we just add a class to the tab so it shows the errors

Parameters

$content

\<type>

Returns

\<type>

Recurse through a form object, rendering errors

_recurseForm(\Zend_Form $form) : string

Parameters

$form

\Zend_Form

Returns

string

 Properties

 

By default, show verbose error messages in tabforms

$_verbose : boolean

Default

true