Fórum

How to install Alloy ui?

Carsten Kikul, modificado 7 Anos atrás.

How to install Alloy ui?

New Member Postagens: 18 Data de Entrada: 09/08/16 Postagens Recentes
Hello.

I want to install alloyUI but i found no proper statement anywhere here and on the web.
Can anyone give me a step by step tutorial how to get this work with Liferay?

Thank you a lot.
thumbnail
Manish Yadav, modificado 7 Anos atrás.

RE: How to install Alloy ui?

Expert Postagens: 493 Data de Entrada: 26/05/12 Postagens Recentes
You have to include below tags in your jsp file
<%@ taglib uri="http://alloy.liferay.com/tld/aui" prefix="aui"%>
<%@ taglib uri="http://liferay.com/tld/theme" prefix="theme"%>
<%@ taglib uri="http://liferay.com/tld/ui" prefix="liferay-ui"%>

For Sample program please refer below URL

http://alloyui.com/examples/
Carsten Kikul, modificado 7 Anos atrás.

RE: How to install Alloy ui?

New Member Postagens: 18 Data de Entrada: 09/08/16 Postagens Recentes
Ok and where can i find this jsp-file?