RE: List of AlloyUI components Liferay 7.0 uses

Nick avg1000, modified 6 Years ago. New Member Posts: 4 Join Date: 12/19/18 Recent Posts
Does anyone know if there is al ist of AlloyUI components that Liferay 7.0 uses (ex. forms, buttons, etc.)?
thumbnail
Andrew Jardine, modified 6 Years ago. Liferay Legend Posts: 2416 Join Date: 12/22/10 Recent Posts
Hi Nick,

​​​​​​​Are you referring to the taglibs? or to the JS files?
Nick avg1000, modified 6 Years ago. New Member Posts: 4 Join Date: 12/19/18 Recent Posts
Mainly the taglibs but if there's a link for the js that would be great too.
thumbnail
Andrew Jardine, modified 6 Years ago. Liferay Legend Posts: 2416 Join Date: 12/22/10 Recent Posts
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.