Editor Add / Edit buttons not displaying modal
Editor Add / Edit buttons not displaying modal
tinncup
Posts: 15Questions: 5Answers: 0
I am sure it is something simple - I missed???
Link to test case: test.gunnarstone.com (dragoncat/cat2022)
Debugger code (debug.datatables.net): No debug issues
Error messages shown: None
Description of problem: Add and Delete modal dialogs do not popup - fields are displayed in the lower left corner of the browser window
This question has an accepted answers - jump to answer
Answers
Thanks for the link.
You need to also load the
editor.bulma.js
file to configure Editor to use the Bulma modal. Without that it is using the default Editor modal, for which the CSS hasn't been loaded, hence why it is basically styled.Allan
allan - thanks! - exactly corrected the behavior