Skip to content

Instantly share code, notes, and snippets.

@chingovan
Created May 25, 2016 16:57
Show Gist options
  • Select an option

  • Save chingovan/2cdd207c4ed3a1f85b3749f2d022d06d to your computer and use it in GitHub Desktop.

Select an option

Save chingovan/2cdd207c4ed3a1f85b3749f2d022d06d to your computer and use it in GitHub Desktop.
<%@page import="com.liferay.portal.kernel.portlet.LiferayWindowState"%>
<%@include file="/html/popup/init.jsp"%>
<portlet:renderURL var="navItemURL" windowState="<%= LiferayWindowState.POP_UP.toString() %>">
<portlet:param name="mvcPath" value="/html/popup/detail.jsp"/>
<portlet:param name="parameter" value="Nav Item"/>
</portlet:renderURL>
<aui:nav-item label="Nav Item" title="Nav Item" useDialog="true" href="<%= navItemURL.toString() %>"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment