Foros de discusión

How to install Alloy ui?

Carsten Kikul, modificado hace 7 años.

How to install Alloy ui?

New Member Mensajes: 18 Fecha de incorporación: 9/08/16 Mensajes recientes
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 hace 7 años.

RE: How to install Alloy ui?

Expert Mensajes: 493 Fecha de incorporación: 26/05/12 Mensajes recientes
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 hace 7 años.

RE: How to install Alloy ui?

New Member Mensajes: 18 Fecha de incorporación: 9/08/16 Mensajes recientes
Ok and where can i find this jsp-file?