Apr 28, 2022, 4:03 AM
[CLOSED] resourcemanager onload doesnt work
Hi
this is a simple test case
However, in this case, the onLoad isnt hit. when i moved the onload function to body, it was hit just fine.
please assist. What am i doing wrong?
Thanks
/Z
this is a simple test case
<ext-resourceManager onload="onLoad();" />
It is really important since <body onload="onLoad();"> doesnt work since that body onload may activate before all EXT components are rendered giving null values. We rely on the resource manager to tell us when EXT is done.However, in this case, the onLoad isnt hit. when i moved the onload function to body, it was hit just fine.
please assist. What am i doing wrong?
Thanks
/Z