Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I "freeze" an input window with this java code:
var ctrl = Runner.getControl(pageid, 'name');ctrl.makeReadonly();
want to execute the above code after a time of 5 seconds. Which code should I add?
Check this article for inspiration. You need to use setTimeout() fucntion.
thanks