getAssetLoader()
Obtains an entry point to the AssetLoader object that contains the APIs to load script files and CSS files to the browser's Document Object Model (DOM).
To view the APIs in the AssetLoader class, see APIs in the AssetLoader class.
Returns
The AssetLoader object.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the AssetLoader object containing the utility APIs.
PCore.getAssetLoader();
Previous topic getAnnotationUtils() Next topic getAsynchronousUtils()