diff options
| author | Nick Veys <[email protected]> | 2011-09-17 14:47:38 -0500 |
|---|---|---|
| committer | Nick Veys <[email protected]> | 2011-09-17 15:08:16 -0500 |
| commit | 2cb233319da422c9f003e8687d686e96a92be489 (patch) | |
| tree | 99622a861da1dc4bc0905f1fe6055fc10f630d45 /docs/javascript.html | |
| parent | 732ff9ed1c0b590c17951de412024cb7acd5763a (diff) | |
| download | bootstrap-2cb233319da422c9f003e8687d686e96a92be489.tar.xz bootstrap-2cb233319da422c9f003e8687d686e96a92be489.zip | |
Adding flag to prevent backdrop click hiding modal
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index f001ad808..e0d85f25a 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -106,6 +106,12 @@ <td>Includes a modal-backdrop element</td> </tr> <tr> + <td>backdropClickHides</td> + <td>boolean</td> + <td>true</td> + <td>A click on the modal-backdrop element hides the modal</td> + </tr> + <tr> <td>keyboard</td> <td>boolean</td> <td>false</td> |
