Modal window on Page_DataRendering event

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
elio42
User
Posts: 128

Modal window on Page_DataRendering event

Post by elio42 »

Hi
I want to create a modal window using $header variable from Page-Data_Rendering event.
How should I proceed?


mobhar
User
Posts: 11660

Post by mobhar »

Why don't you use Javascript code in Startup Script section instead?


elio42
User
Posts: 128

Post by elio42 »

There should be an icon for the user to open the popup with help on the table below


mobhar
User
Posts: 11660

Post by mobhar »

Perhaps you may try How to Display View/Edit Page in Modal Dialog that Belongs to Another Tables (v2021).

Just assign the $header param in Page_DataRendering server event in order to display the link to the Modal dialog.


arbei
User
Posts: 9288

Post by arbei »

You may simply use Bootstrap Modal or Popover.


Post Reply