This topic is locked

Open custom view edit box in pop up issue

5/4/2012 11:24:54 AM
PHPRunner General questions
T
text author

Hi
I am trying to get a link to the edit page of a custom view to open in a pop up. I have enabled the open the edit pages in pop up in both the original view and the custom view.
I have placed the link to edit the record in the custom view on the list page of the original view, next to the usual edit record link that phprunner creates on the list page in the original view. The link to edit the origial view opens up the correct record in a pop up whereas the custom view edit link only opens up the edit page of the custom view (of the correct record) in the normal way without a pop up.
Is there any way of doing this?
Thanks in advance

Sergey Kornilov admin 5/4/2012

This needs to be coded manually. To open a page in popup you can use Javascript's window.open() function: http://www.javascript-coder.com/window-popup/javascript-window-open.phtml