| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 192 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
views_tabset:: (8 methods):
add()
add_tab()
set()
set_body()
add_extra()
remove()
set_selected()
render()
views_tab:: (4 methods):
views_tab()
render()
theme_views_tabset()
theme_views_tab()
Class: views_tabset - X-Ref
Contain a set of tabs as well as the ability to render them.| add($name, $title = '', $body = '') X-Ref |
| Add a tab to the tabset. param: $name param: $title param: $body |
| add_tab($tab) X-Ref |
| Add a fully realized tab object to the tabset. param: $tab |
| set($name, $title, $body = NULL) X-Ref |
| Set the values of a tab. param: $name param: $title param: $body |
| set_body($name, $body) X-Ref |
| Set the body of a tab. |
| add_extra($text) X-Ref |
| Add text to the 'extra' region of the tabset. |
| remove($tab) X-Ref |
| Remove a tab. param: $tab |
| set_selected($name) X-Ref |
| Control which tab will be selected when it is rendered. |
| render() X-Ref |
| Output the HTML for the tabs. return: |
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |