Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Is there a way to trigger a re-load of a list page so that new and changed items get sorted into the list? Maybe some php function called from event code or something? Sorry, I have searched, but not been able to find any posts that helpThanks
Hi,you can do it editing generated include/inlineedit.js file manually.Find this code:
calcTotals();
And add following lines just after:
if(!$("a[@id^=save_]",window.parent.document).length)