Missing modal lightbox for editor

Missing modal lightbox for editor

peterbrownepeterbrowne Posts: 314Questions: 54Answers: 0
edited September 2019 in Editor

I think all the required libraries, but the edit form appears beneath the table instead of in a modal overlay. How to get the form and modal working?

https://healthed.hms.uwa.edu.au/curriculum_mapper/users.html

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Answer ✓

    You don't have the Editor CSS. Add:

    <link rel="stylesheet" type="text/css" href="datatables/editor/css/dataTables.editor.css"/>
    

    Allan

  • peterbrownepeterbrowne Posts: 314Questions: 54Answers: 0

    Thanks Allan, thought it would be something simple...all good now, thanks again for your help! Also have this working fine now on PHP 5.3 thanks to your snippit change.

    BTW it is:

    datatables/editor/css/editor.dataTables.css

This discussion has been closed.