Extension to allow passing what tab was selected and highlighting tabs with errors

package Gems
subpackage JQuery
copyright Copyright (c) 2011 Erasmus MC
license New BSD License

 Methods

Render TabsContainer with all the currently registered tabs.

tabContainer(string $id = null, array $params = array(), array $attribs = array()) : string | \ZendX_JQuery_View_Helper_TabsContainer

Render all tabs to the given $id. If no arguments are given the tabsContainer view helper object is returned and can be used for chaining \addPane() for tab pane adding.

Only change to the normal helper is that we filter out which tab is selected and add a class to tabs with errors

link http://docs.jquery.com/UI/Tabs

Parameters

$id

string

$params

array

$attribs

array

Returns

string\ZendX_JQuery_View_Helper_TabsContainer