Customize A modal window

Configure a modal, see the code and view the output!


Configuration:

Key code for closing the window (e.g: 27 for ESC)
A Class for the dialog container. Default: modal-dialog
A Class for the header (title) container. Default: modal-header
Caption for the title, enclosed in a H3 container.

An HTML (not compiled) body, if set Title is ignored.

A Class for the body container. Default: modal-body
A Class for the footer container. Default: modal-footer
Caption for the OK button. Default: OK
A Class for the OK button. Default: btn btn-primary
Caption for the Cancel button. Default: Cancel
A Class for the Cancel button. Default: btn btn-default

Code:

{{code}}