Appropriate number of modals

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
scosteve
Forum Newbie
Posts: 1
Joined: Thu Mar 19, 2015 8:43 am

Appropriate number of modals

Post by scosteve »

Is there a limit to the number of modals that can be on one page? I have a contact page that can be edited in several areas. Would like to use up to 6 modals on the page. Is there a problem with that?
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Appropriate number of modals

Post by requinix »

Modal... what? Modal dialog? You can have as many as you want but only one active at a time - that's what "modal" means.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Appropriate number of modals

Post by Christopher »

Well, by definition they can be only one modal dialog active at a time. However, you can have many potential modal dialogs in a page and activate them based on their id or class.
(#10850)
Post Reply