This topic is locked
[SOLVED]

 Remove buttons in message after record was added or saved

1/18/2019 2:45:21 AM
PHPRunner General questions
V
veca author

A small question:
How can I remove/hide the buttons "Back to list" and "View" in the Change message after record was added or saved.
I'm working with PHPRunner 10.0
Thx!
Geert

A
ayctech 1/21/2019

javascrip onload event
$("a[id^=backButton1]").hide ();

V
veca author 1/23/2019



javascrip onload event
$("a[id^=backButton1]").hide ();



Thanks, that works