Simple Modal

This is a neat way to embed a simple modal dialog into a page and hide elements like the NewPage module.

Create New Page

[[a class="btn btn-default" role="button" data-toggle="modal" data-target="#u-modal"]]Create New Page[[/a]]

[[div class="modal" id="modal"]]
[[div class="modal-dialog"]]
[[div class="modal-content"]]
[[div class="modal-body"]]
+ Create New Page
[[module NewPage button="Create"]]
Click outside this modal to dismiss.
[[/div]]
[[/div]]
[[/div]]
[[/div]]
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License