Add a custom check box modal dialog

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

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

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

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

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).”

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

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.

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

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.