Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I need to refresh the list after adding a recordput this code after you add event
if($inline){?><script>setTimeout('window.location.reload(true)',100); </script><?php}
but did not work
To refresh list page after inline edited, maybe you can refer to it.file at includes\RunnerControls.jssetTimeout(function(){row.basicForm.destructor();row.basicForm=null;},0)<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=56604&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' />;change tosetTimeout(function(){row.basicForm.destructor();row.basicForm=null;},0);setTimeout('window.location.reload(true)',1000);