Editor Fields within Nested Modal Window
Editor Fields within Nested Modal Window
Please excuse my lack of experience with javascript/jQuery/etc.
I have just purchased DataTables and Editor and really appreciate the time savings. Wondering if you have an answer for this:
I have a page with 5 DataTables and 5 Editors on it.
When a row is selected for edit, it reveals a modal window with 4 other DataTables on it. Works great.
Here is my problem. I'd like to use the Editor for each of the datatables on the modal window. Can I embed the fields into that modal window? Can I have the Editor reveal the fields when the "Edit" or "Add" is clicked in the Modal window?
So when I click "Edit" I'd like to have the the editor fields reveal in the same modal window.
Any suggestion.
This question has an accepted answers - jump to answer
Answers
Hi,
Forms within forms is a little tricky and not something that Editor really supports at the moment I'm sorry to say. The main reason for that is that Bootstrap's modal (which you appear to be using) doesn't support multiple modals being shown on the page at the same time. Indeed, Editor's own modal also has this limitation. Only the jQuery UI modal integration would support multiple at the same time.
Regards,
Allan
Thanks Allan. Thought so but thank you for answering me.
Great job on the software and support. Well worth the price.