Hi Isomorphic,
I have problem when trying to set FileLoader cacheISC(),
1) first.jsp
when run on the browser , check inspect console, the function 'isc.FileLoader.cacheISC()' is undefined.
and I have check the code in ISC_FileLoader.js , it doesnt have this function cacheISC() , have only 'cacheISC:function(skin,modules,onload' with parameters
'isc.FileLoader.cacheISC()' is undefined, and how to know we used the correct function?
WARM Regards,
FRANK
I have problem when trying to set FileLoader cacheISC(),
1) first.jsp
Code:
<script type="text/javascript" language="javascript">var isomorphicDir = "fndongApp/sc/";</script> <script type="text/javascript" language="javascript" src="fndongApp/sc/modules/ISC_FileLoader.js"></script> <script> isc.FileLoader.cacheISC();</script>
and I have check the code in ISC_FileLoader.js , it doesnt have this function cacheISC() , have only 'cacheISC:function(skin,modules,onload' with parameters
'isc.FileLoader.cacheISC()' is undefined, and how to know we used the correct function?
WARM Regards,
FRANK
Comment