Nested Modals?
how do you mean nested ?
Posted June 27th, 2007 at 11:20am by jester
so that if you had another modal link inside an existing modal, it would stack the new one on top of that one (adding another modal overlay, etc). That way you could have the user made to do some interaction, which could be interrupted by another interaction and so on, but you don't lose the state of the previous modals (as they are completed the user goes back down just like a stack). I don't know if I'm explaining this well, let me know if that makes sense.
Posted June 27th, 2007 at 11:35am by duaneatat
Modals are a one at a time sort of affair. You can do it yourself with absolute positioning, but not with the Control.Modal library.
Posted June 27th, 2007 at 2:21pm by ryan
ive done it if u need the code, its not very difficult , u just need to create a function passing some values to it and edit some file. let me know if you want the code
/Jester
Posted June 28th, 2007 at 4:40am by jester
Jester, would you like to share your code for "nested" Modals? It would be very interesting... TIA
Posted August 8th, 2007 at 11:33am by alle
Can you post an example of opening nested modals?
Posted November 16th, 2007 at 3:24am by arathael
How difficult would it be to get nested modals (any number) working?
Posted June 27th, 2007 at 10:19am by duaneatat