Fórum

Create Drop down menu in Liferay 6.2

thumbnail
Bradley Wood, modificado 9 Anos atrás.

Create Drop down menu in Liferay 6.2

New Member Postagens: 12 Data de Entrada: 17/11/13 Postagens Recentes
<ul class="nav nav-tabs">
  <li class="dropdown">
    <a class="dropdown-toggle" data-toggle="dropdown" href="#">
        Dropdown
        <b class="caret"></b>
      </a>
    <ul class="dropdown-menu">
      <!-- links -->
    </ul>
  </li>
</ul>


the above code is from the documentation. Since Liferay 6.2 doesn't use Twitter Bootstrap 2's JS components. What is the best way nattily in liferay to create dropdown menus via, velocity/portlet JSP/taglibs etc.
thumbnail
David H Nebinger, modificado 9 Anos atrás.

RE: Create Drop down menu in Liferay 6.2

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
The same way it was done in previous releases - CSS magic emoticon