Liferay UI Icon Menus
You can add a pop-up navigation menu to your app with the liferay-ui:icon-menu
tag. Icon menus display menu options when needed, storing them away in a collapsed menu when they’re not. This keeps the UI clean and uncluttered. Just as with an icon list, you nest icons for each navigation item. You can see an example of a icon menu in a site’s actions menu in the My Sites portlet:
Example JSP configuration:
Note that the url
attribute is required for icons to render properly. See the Icon Menu taglibdocs for the full list of attributes.