Created
May 25, 2016 16:57
-
-
Save chingovan/2cdd207c4ed3a1f85b3749f2d022d06d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <%@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