You are here

README.txt in Tabs (jQuery UI tabs) 6

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.

File

README.txt
View source
  1. Drupal tabs.module README.txt
  2. ==============================================================================
  3. Provides methods for client-side tabbed pages, using the jQuery UI tabs
  4. plugin. See http://docs.jquery.com/UI/Tabs.
  5. Developer usage
  6. -----------------------------------------------------------------------------
  7. Tabs are generated through forms-api-style arrays using two element types
  8. defined in tabs.module: 'tabset' (a set of tabs) and 'tabpage' (a tab page on
  9. a set of tabs).
  10. Tabs can be returned as part of normal forms, or can be 'manually' rendered
  11. through a call to the function tabs_render().
  12. For documentation and examples, see the docs directory in the DEV version of
  13. the module.