$overlay{_template.html#body} $begin{content}

A Tabbed (tabbed sections) Gizmo Object.

$begin{tabbed} ${% gizmo.Tabbed('t', sections=[ dict(name='google', label='Google', content='google content'), dict(name='yahoo', label='Yahoo', content='yahoo content'), dict(name='msn', label='MSN', content='msn content'), dict(name='dyndrive', label='Dynamic Drive', content='dyndrive content'), dict(name='news', label='News.com', content='news content') ], visible='yahoo', css_codes=[ "#%(get_id('tabsections'))s { width: 80%%; }" ], ) %} $end{tabbed} $evoque{#tabbed} $end{content}