Question
Tech Mahindra
IN
Last activity: 10 Jun 2016 15:15 EDT
Online js file / css files to be included
Team,
We have js/css files online and those are not downloadable. I want to include those files in my pega7.1.9 application to display control using the styles.
How can I include include those file(s)? And also I have also how can i call module load.
<head>
<script type="text/javascript" src="http://something.somecompany.com/x/y/z/abc.js"></script>
<script type="text/javascript">
module.load('abc', **theme**);
</script>
</head>
Message was edited by: Marissa Rogers - Added Category