This topic is locked
[SOLVED]

 Which event id afterPageReady ?

6/19/2020 1:54:21 AM
PHPRunner General questions
S
Smithy author

Hello,
I have not saved my project properly, but I have the copy that I have uploaded to my server. My main issue is that it was a long time ago and I cannot remember properly which page event I used to get the page to behave a certain way.

I don't need help with code, but I just need to confirm which page event is referred to by

Runner.pages.constants.PAGE_EDIT,"afterPageReady",function(pageObj,proxy,pageid,inlineRow,inlineObject,row)


I have found the function in the server file located at :

include/runnerJS/events/pageevents_timesheet_entry.js


Can I ask which event this function refers to for my edit page? I suspect it is the Javascript Onload event(??). Then I can manually copy my code back into my project from the server.
Thanks in advance for your assistance.
Regards,
Craig

Sergey Kornilov admin 6/19/2020

This is Javascript OnLoad event.

S
Smithy author 6/21/2020



This is Javascript OnLoad event.


Thank you so much. You just saved me many hours of work. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=91773&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />