[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 112 lignes (3 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Horde_UI_Tabs:: (3 méthodes):
addTab()
getTitleFromAction()
render()
Classe: Horde_UI_Tabs - X-Ref
The Horde_UI_Tabs:: class manages and renders a tab-like interface.addTab($title, $link, $params = array() X-Ref |
Add a tab to the interface. param: string $title The text which appears on the tab. param: string $link The target page. param: mixed $params Either a string value to set the tab variable to, |
getTitleFromAction($tabname) X-Ref |
Retrieve the title of the tab with the specified name. param: string $tabname The name of the tab. return: string The tab's title. |
render($active_tab = null) X-Ref |
Renders the tabs. param: string $active_tab If specified, the name of the active tab. If |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |