drupal-tabs.css |
drupal-tabs.css |
|
.tabs-nav-previous, .tabs-nav-next {
font-size: 1em;
font-weight: bold;
float: left;
border: 1px solid;
padding: 5px;
margin-bottom: 5px;
cursor: pointer;
}
.tabs-nav-previous {
float: left;
}
.tabs-nav-next {
float:… |
README.txt |
README.txt |
|
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… |
tabs.admin.inc |
tabs.admin.inc |
|
Administrative page for tabs. |
tabs.info |
tabs.info |
|
name = Tabs
description = A helper module for creating tabbed pages.
core = 6.x |
tabs.install |
tabs.install |
|
|
tabs.module |
tabs.module |
|
API for creating tabbed pages. |
tabs.theme.inc |
tabs.theme.inc |
|
Theme functions for tabs. |
tabsexample.info |
docs/tabsexample.info |
|
name = Tabs Example
description = An example tabs implementation. Access the sample tabs at /tabsexample.
package = User Interface
dependencies[] = tabs
core = 6.x |
tabsexample.module |
docs/tabsexample.module |
|
|