We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code should be :
layersadded: function() { var html = '<div class="modal-dialog modal-dialog-scrollable"><div class="modal-content">'; html+= '<div class="modal-header"><h3>Welcome on this map</h3><button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button></div>'; html+= '<div class="modal-body">'; html+= document.getElementById('metadata')?.innerHTML; html+= '</div>'; html+= '<div class="modal-footer"><button type="button" class="btn btn-default" data-bs-dismiss="modal">Ok</button></div>'; html += '</div></div>' const modalElt = document.getElementById('lizmap-modal'); modalElt.innerHTML = html; const myModal = new bootstrap.Modal(modalElt); myModal.show(); }
The text was updated successfully, but these errors were encountered:
Introduce a BootStrap 5 modial dialog, not deployed yet #14
da214c3
Gustry
No branches or pull requests
Code should be :
The text was updated successfully, but these errors were encountered: