application-launcher-nav-horizontal.html
---
categories: [Navigation]
css-extra: false
layout: page
resource: true
horizontal : true
applauncher: true
title: Application Launcher for Horizontal Navigation
---
{% include widgets/navigation/horizontal-primary-nav-bar-page.html icons=true %}
<script>
$(document).ready(function() {
$('.applauncher-pf .dropdown-toggle').eq(0).click();
});
</script>