Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: List of AlloyUI components Liferay 7.0 uses
Does anyone know if there is al ist of AlloyUI components that Liferay 7.0 uses (ex. forms, buttons, etc.)?
Hi Nick,
Are you referring to the taglibs? or to the JS files?
Are you referring to the taglibs? or to the JS files?
Mainly the taglibs but if there's a link for the js that would be great too.
Hey Nick,
I'm just looking at the LR code base. You can see the taglibs here:
https://github.com/liferay/liferay-portal/tree/7.0.x/portal-web/docroot/html/taglib/aui
Then for the JS you used to see them as assigned to the javascript.barebone.files property
https://github.com/liferay/liferay-portal/blob/7.0.x/portal-impl/src/portal.properties#L1850
Note though that this changed starting in 7.1 and that property was depracated. So if you are moving to 7.1 then you need to look for them here:
https://github.com/liferay/liferay-portal/blob/master/modules/apps/frontend-js/frontend-js-web/bnd.bnd#L4
.. also AUI is technically depracated now so with each release a little more of these tools are being removed. So if you can remove dependencies you may create on them, I would.
I'm just looking at the LR code base. You can see the taglibs here:
https://github.com/liferay/liferay-portal/tree/7.0.x/portal-web/docroot/html/taglib/aui
Then for the JS you used to see them as assigned to the javascript.barebone.files property
https://github.com/liferay/liferay-portal/blob/7.0.x/portal-impl/src/portal.properties#L1850
Note though that this changed starting in 7.1 and that property was depracated. So if you are moving to 7.1 then you need to look for them here:
https://github.com/liferay/liferay-portal/blob/master/modules/apps/frontend-js/frontend-js-web/bnd.bnd#L4
.. also AUI is technically depracated now so with each release a little more of these tools are being removed. So if you can remove dependencies you may create on them, I would.
Copyright © 2025 Liferay, Inc
• Privacy Policy
Powered by Liferay™