This topic is locked

Refresh list

10/29/2010 4:50:39 PM
PHPRunner General questions
G
gchable author

Is it possible to Refresh list after a recorded has been Edited?
thank you

P
procheck 10/29/2010

Is this what you're looking for?
Refresh on Event

G
gchable author 10/30/2010

Thank you, prochecksports
whre is

setTimeout('$("#uploadForm'+id+'").remove()',500);

in php runner 5.3 b6735? inlineedit.js is empty

P
procheck 10/30/2010

You're right. Mine is too. The link which I posted is from release 5.2. I only just installed 5.3 and haven't looked at it much yet. They have either moved it or is is now an option in 5.3. Sorry but can't help you right now. Maybe someone who has been using 5.3 for a while will answer.

A
ann 11/2/2010

Hi,
make sure you checked off the 'Compress JavaScript files' option on the Output tab.

Open generated include\runnerJS\RunnerControls.js file find the code:

setTimeout(function() {

row.basicForm.destructor();

row.basicForm = null;

},0);



and add just after:

setTimeout('window.location.reload(true)',1000);