In this new version we are providing an easy way to display any page in Bootstrap popup window. Welcome, Runner.displayPopup() function.
The simplest form is really simple. There is only one mandatory parameter, URL of the page to be displayed. You can use this function anywhere you can use Javascript code i.e. in Javascript OnLoad event or ClientBefore event of custom button.
Here is how you can display Add page of Products table in popup:
Runner.displayPopup( { url: "products_add.php" });