Tabs in Liferay portlet:
<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet" %>
<%@ taglib uri="http://liferay.com/tld/ui" prefix="liferay-ui" %>
<%@ page import="com.liferay.portal.kernel.portlet.LiferayWindowState" %>
<portlet:defineobjects>
<liferay-theme:defineobjects/>
<table width="100%">
<tbody><tr>
<td align="left">
</td>
</tr>
<tr>
<td>
<liferay-ui:tabs names="GENERAL,DETAILS" refresh="">">
<liferay-ui:section>Tab 1 </liferay-ui:section>
<liferay-ui:section> Tab 2 </liferay-ui:section>
</liferay-ui:tabs>
</td>
</tr>
</tbody></table>
0 comments:
Post a Comment