Home
last modified time | relevance | path

Searched refs:TABS_PLACEMENT_BELOW (Results 1 – 1 of 1) sorted by relevance

/dports/www/limesurvey/limesurvey/application/extensions/bootstrap/helpers/
H A DTbHtml.php142 const TABS_PLACEMENT_BELOW = 'below'; define in TbHtml
3781 $output .= $placement === self::TABS_PLACEMENT_BELOW ? $content . $menu : $menu . $content;