Description Usage Arguments Details Note Author(s) See Also
bsModal2
is used within the UI to create a modal window.
1 |
id |
A unique identifier for the modal window |
title |
The title to appear at the top of the modal |
trigger |
The id of a button or link that will open the modal. |
class |
Class to customize look via CSS. |
size |
Optional What size should the modal be? (small or large) |
... |
UI elements to include within the modal |
See Modals
for more information about how to use the parent function, bsModal
, with the rest of the Modals family. The class
argument was added by Jon Katz.
Run bsExample("Modals")
for an example of bsModal
functionality.
Eric Bailey
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.