Quantcast
Channel: OutSystems Community
Viewing all articles
Browse latest Browse all 1476385

[Forums] Event Handlers on Page Loaded

$
0
0
Hi Andrew,

There is no "OnLoaded" System Event in Outsystems Platform, but if you wish to execute an action after the page is completed loaded, you can add a script to your page to trigger a hidden link that executes an Action (see the example at the end). You can try to use the Event System component too, maybe it can help you achieve what you need.

"<scripttype="text/javascript">    window.onload =function (){
           $('#" + YourLinkButton.Id + "').click();}
</script>"

Viewing all articles
Browse latest Browse all 1476385

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>