Add a custom check box modal dialog

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

Add a custom check box modal dialog

Post by GT73 »

Hi, I'm using the modal dialog. The actual check box select all fields from current page. How can I add a new check box or modify this already exist for select all fields in all pages? thanks


mobhar
User
Posts: 11745

Post by mobhar »

What page that you use as the content of that Modal dialog?


GT73
User
Posts: 415

Post by GT73 »

mobhar wrote:
What page that you use as the content of that Modal dialog?
sorry... *add.php


mobhar
User
Posts: 11745

Post by mobhar »

Try to use and refer to the generated Update page ( *update.php file).


GT73
User
Posts: 415

Post by GT73 »

mobhar wrote:
Try to use and refer to the generated Update page ( *update.php file).
sorry but I can't understand, how do you mean with "generated Update page ( *update.php file)."


mobhar
User
Posts: 11745

Post by mobhar »

The *update.php file contains the generated code for the Multi-Update page.


GT73
User
Posts: 415

Post by GT73 »

mobhar wrote:
The *update.php file contains the generated code for the Multi-Update page.

I can't find this type of file in the project folder. Also I don't use mutli-update but a field with the multiple select option.


mobhar
User
Posts: 11745

Post by mobhar »

You may refer to demo project; see "suppliers" table to see settings about multi-update feature.


GT73
User
Posts: 415

Post by GT73 »

mobhar wrote:
You may refer to demo project; see "suppliers" table to see
settings about multi-update feature.

thanks, but I need to add / change the checkbox of the modal window of a Multiple field in edit/add:
MyCustom field: Type-> Select + Select Tag Atribute-> Use lookup table + Multiple + Use Modal Dialog for lookup
In this modal window, the check box selects all the fields in the modal page. I have to be able to select "all" the fields in "all" pages in the modal window of the MyCustom field.


Post Reply