returns html-code for a tab navigation
public static getHtmlTabs ( array $tabs, array $url_params, string $menu_id, boolean $resizable = false ) : string | ||
$tabs | array | one element per tab |
$url_params | array | additional URL parameters |
$menu_id | string | HTML id attribute for the menu container |
$resizable | boolean | whether to add a "resizable" class |
return | string | html-code for tab-navigation |