oo

Liferay Frontend Tag Library

The Liferay Frontend tag library provides a set of tags for creating common frontend UI components in your app.

To use the Frontend taglib in you apps, add the following declaration to your JSP:

<%@ taglib prefix="liferay-frontend" uri="http://liferay.com/tld/frontend" %>

The Liferay Frontend taglib is also available via a macro for your FreeMarker theme templates and web content templates. Follow this syntax:

<@liferay_frontend["tag-name"] attribute="string value" attribute=10 />

The following Frontend UI components are covered in this section:

Each article contains a set of examples along with a screenshot of the resulting UI.