Home
last modified time | relevance | path

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

/dports/www/limesurvey/limesurvey/application/extensions/bootstrap/widgets/
H A DTbNavbar.php35 public $display = TbHtml::NAVBAR_DISPLAY_FIXEDTOP;
/dports/www/limesurvey/limesurvey/application/extensions/bootstrap/tests/unit/
H A DTbHtmlTest.php3345 'display' => TbHtml::NAVBAR_DISPLAY_FIXEDTOP,
/dports/www/limesurvey/limesurvey/application/extensions/bootstrap/helpers/
H A DTbHtml.php151 const NAVBAR_DISPLAY_FIXEDTOP = 'fixed-top'; define in TbHtml