Page 1 of 1

Multiple Dialog Modals

Posted: Fri Mar 22, 2024 7:09 pm
by Praxandros
Hi everybody.

Is it feasible to have 30 Dialog Modal pop-ups for Cards in one page?

I have 30 cards in a page and I want to call a Dialog from each card.

I have tested it for one Dialog and works fine. But is a mess to have 30 in the workspace.

Can I have them all in a separate page and call them with their ID?

Any help / suggestions will be appreciated.

Thank you
Praxandros

Re: Multiple Dialog Modals

Posted: Fri Mar 22, 2024 8:40 pm
by Pablo
Can I have them all in a separate page and call them with their ID?
No, that is not possible.

Technically, you can have as many dialogs as you want.
If the page has a fixed length then you can consider placing at the bottom of the page.

Or you can dynamically load the content from another page, for example by using an inline frame.

Re: Multiple Dialog Modals

Posted: Sat Mar 23, 2024 5:33 am
by wwonderfull
Or a dynamic dialogue takes values from whatever you click and one dialog can visualize all of them. By the way custom codes would be required.