Skip to main content
Nintex Community Menu Bar
Question

Javascipt on SKUID UI load event

  • July 10, 2024
  • 1 reply
  • 2 views

Forum|alt.badge.img+1

Hello All, I want to run some javascript code after the UI is rendered on the page. UI is nothing but a simple grid with data from single model. Please help Thanks,

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+3

You can useĀ setTimeout( function_reference, timeoutMillis ) for a method which is called via onload.
Hope this helps!