djk2 / django-popup-view-field

Field and widget can render bootstrap dialog window with content from django view.
MIT License
22 stars 6 forks source link

Multiple nested popups #3

Closed n3storm closed 6 years ago

n3storm commented 7 years ago

Sorry for my laziness but I have been checking lots of libraries looking for nested popups with no luck.

The question is if it handles multiple nested or level popups. For example:

We are at Blog post view: popup select Category (popup 1.0) > Category does not exist > New popup Create category (popup 1.1) > Category form, image for category does not exist > New popup Upload image for category (popup 1.2).

Thanks in advance.

djk2 commented 6 years ago

Sorry, I never considered that functionality. Probably multiple nested popups can't be created using my library.