When I choose to open add, edit and view pages in popup, will it open via ajax ?
Inspecting the browser doesn't seem to happen by ajax, at least there is no access in the XHR tab, in the network option.
Anyway, in these cases the headers and footer are not shown, which makes sense.
These pages links appear in the browser status and in the html like the conventional href, but when clicking somehow phprunner changes the browser's behavior. Instead of directing completely to the clicked page, it simply opens it in a modal. It doesn't seem to be in ajax. This is really cool.
I would like to be able to control this in myself event code and I want to open my own scripts in a similar way. I didn't see anything in the documentation. Does anyone have any tips ?
?