patternfly
Version:
This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.
17 lines (15 loc) • 365 B
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>