Foren

How to use alloy ui in liferay 6.0.6

Kiran Kumar Boyini, geändert vor 11 Jahren.

How to use alloy ui in liferay 6.0.6

Expert Beiträge: 287 Beitrittsdatum: 02.06.11 Neueste Beiträge
Hi All,

I want to use liferay 6.0.6 alloy ui.

Can anybody provide help me out how to use it in jsp.

Regards,

Kiran
thumbnail
Juhi Kumari, geändert vor 11 Jahren.

RE: How to use alloy ui in liferay 6.0.6

Expert Beiträge: 347 Beitrittsdatum: 12.12.11 Neueste Beiträge
Hi Kiran,
Taglib for aui is
<%@ taglib uri="http://liferay.com/tld/aui" prefix="aui"%>

paste this line in your jsp. Now you can use aui tags in your jsps.


Regards
Juhi
thumbnail
Manish Kumar, geändert vor 11 Jahren.

RE: How to use alloy ui in liferay 6.0.6

Junior Member Beiträge: 93 Beitrittsdatum: 02.03.12 Neueste Beiträge
Hello Kiran,
simply you have to use that taglib suggested by Juhi and for reference you can also use this example it is helpful.
You can start with it, This may help you. link .
Thanks,
Manish Kumar.
Faramarz Dorani, geändert vor 11 Jahren.

RE: How to use alloy ui in liferay 6.0.6

New Member Beiträge: 7 Beitrittsdatum: 26.02.13 Neueste Beiträge
Hi Manish,
What about alloy javascript?
How can I call the AUI().use(..... in my jsp file??
Could you please clarify it for me??

tnx.
thumbnail
dave ch, geändert vor 11 Jahren.

RE: How to use alloy ui in liferay 6.0.6

Regular Member Beiträge: 161 Beitrittsdatum: 07.02.12 Neueste Beiträge
Hi,

You can always use AUI script in jsp like this:

<aui:script use=" ">
your script code
</aui:script>