![]() |
Sergey Kornilov admin 12/2/2019 |
We have a built-in option to add Next and Prev buttons on Edit/View pages. Maybe you just use the built-in functionality and just move and rename the 'Prev' button? |
M
|
mhollibush author 12/3/2019 |
We have a built-in option to add Next and Prev buttons on Edit/View pages. Maybe you just use the built-in functionality and just move and rename the 'Prev' button?
|
M
|
Mark Kramer 12/4/2019 |
The issue is I have multiple links on data fields throughout the view and list pages... example: "task_list" page has a link in the "company field" that will take you to the view company_view page.. if you click "back to list" on the "company_view page" - it takes you to the "company_list" instead of the "task_list". Looking to add a button "snippet" that will take you back to previous page...
|
M
|
mhollibush author 12/4/2019 |
Here is a jscript way.. onclick="window.history.go(-1)"; return false;
|
M
|
mhollibush author 12/22/2019 |
Which would work if I could make that in to a button that would be global to the site ( have this placed next to the "back to list" button ) on every page that has the other button...
|
M
|
mhollibush author 12/22/2019 |
Question: How to I create a button to do this? onclick="window.history.go(-1)"; return false; I added the button and inserted the script, but its not doing anything Where do I insert the code?
|
![]() |
HJB 12/23/2019 |
I went a different way... may be the only way.... unless someone can tell me how to do it globally instead of inserting a snippet into each page. Created a snippet in the buttons area on the view pages:
|
M
|
mhollibush author 12/23/2019 |
DESIGNER > COMMON PAGES > INSERT > CODE SNIPPET
|
![]() |
HJB 12/23/2019 |
COMMON PAGES?
|
M
|
mhollibush author 12/23/2019 |
View following IMGUR screenshot under https://imgur.com/a/6aR1q83 - VIEW page changes to make: https://imgur.com/vLeTO6e
|
![]() |
HJB 12/23/2019 |
What version of PHPRunner? I don't see this option... I am using 9.7
|
M
|
mhollibush author 12/23/2019 |
Thank You.... Looks like an upgrade is in order.... Thanks for your help |
![]() |
HJB 12/23/2019 |
Thank You.... Looks like an upgrade is in order.... Thanks for your help
|