UI page - call client script on load
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-22-2022 06:46 AM
Ahoy,
I have UI page and I would like to call on load client script. Anyone has any idea how to do it? Similarly like
<body onload="myFunction()">
I am calling ajax (refresh ui page) and I'd like to call it initially also when the ui page is opened/loaded.
Thank you
- Labels:
-
Scoped App Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-22-2022 07:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-15-2024 09:29 AM
Hi,
I have a similar requirement, and when I call the client script in body tag as you mentioned, it works fine when Try the UI page, however when I try to load the UI page UI action, it doesn't work.
Please let me know if I am missing anything?