How to put Add button in Modal Search at Add or Edit page?

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

How to put Add button in Modal Search at Add or Edit page?

Post by Genius_Boy »

hi guys
I have a master/Detail table
I make ADD page for detail that use modal view for a field.
I want in modal popup div, put a + button for use , if can not find desire record in modal div search
How to?


arbei
User
Posts: 9433

Post by arbei »

You can modify content of any Bootstrap Modal dialog with its "shown.bs.modal" events, see: https://getbootstrap.com/docs/4.0/compo ... al/#events.


Post Reply