Public Member Functions | |
| addTab ($title, $url="", $current=false) | |
| removeTab ($title) | |
| renameTab ($oldTitle, $newTitle) | |
| setCurrent ($title) | |
| renderTabBar () | |
Public Attributes | |
| $tabs = array() | |
Definition at line 28 of file tabbar.class.php.
| TabBar::addTab | ( | $ | title, | |
| $ | url = "", |
|||
| $ | current = false | |||
| ) |
Definition at line 31 of file tabbar.class.php.
| TabBar::removeTab | ( | $ | title | ) |
Definition at line 39 of file tabbar.class.php.
| TabBar::renameTab | ( | $ | oldTitle, | |
| $ | newTitle | |||
| ) |
Definition at line 43 of file tabbar.class.php.
| TabBar::setCurrent | ( | $ | title | ) |
Definition at line 48 of file tabbar.class.php.
| TabBar::renderTabBar | ( | ) |
Definition at line 55 of file tabbar.class.php.
| TabBar::$tabs = array() |
Definition at line 29 of file tabbar.class.php.
1.5.5