Drupal tabs.module README.txt
==============================================================================

Provides methods for client-side tabbed pages, using the jQuery UI tabs
plugin. See http://docs.jquery.com/UI/Tabs.

Developer usage
-----------------------------------------------------------------------------

Tabs are generated through forms-api-style arrays using two element types
defined in tabs.module: 'tabset' (a set of tabs) and 'tabpage' (a tab page on
a set of tabs).

Tabs can be returned as part of normal forms, or can be 'manually' rendered
through a call to the function tabs_render().

For documentation and examples, see the docs directory in the DEV version of
the module.
