META-INF.resources._unstyled.js.main.js Maven / Gradle / Ivy
/**
* SPDX-FileCopyrightText: (c) 2000 Liferay, Inc. https://liferay.com
* SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
*/
/*
* This function gets loaded when all the HTML, not including the portlets, is
* loaded.
*/
AUI().ready(function () {});
/*
* This function gets loaded after each and every portlet on the page.
*
* portletId: the current portlet's id
* node: the Alloy Node object of the current portlet
*/
Liferay.Portlet.ready(function (_portletId, _node) {});
/*
* This function gets loaded when everything, including the portlets, is on
* the page.
*/
Liferay.on('allPortletsReady', function () {});