Custom Buttons and Actions on the List Page

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

Custom Buttons and Actions on the List Page

Post by juniorpinto »

I would like to include in a List Page an option to open a modal with the data of the clicked row and also a button to perform other actions outside the grid. I believe that this code should be included in the Page_Load but I don't know how to proceed... could someone help me?


mobhar
User
Posts: 11660

Post by mobhar »

Did you want to display the Edit Page in a Modal Dialog? If so, simply enable Modal dialog optin from Table setup -> Edit Page, after that, re-generate ALL the script files again.

Alternatively, if you meant you want to select a record or some records from the List Page, and then display a Modal Dialog to perform an action, then you might need to use Multi Update Page with Modal dialog option enabled.


Post Reply