diff options
| author | Jacob <[email protected]> | 2014-10-02 23:11:14 -0700 |
|---|---|---|
| committer | Jacob <[email protected]> | 2014-10-02 23:11:14 -0700 |
| commit | 2c562d2386dc7beb87f9c78e5ae72e66d34258a6 (patch) | |
| tree | 6ef1287ceafd016bfcb38c95404d4719e55af8da /docs/_includes/js | |
| parent | f75fc324622df92ffb0edef30dc87536dfba0b26 (diff) | |
| parent | 038a63b0ebce276186fae93916703dd0e70ac4a1 (diff) | |
| download | bootstrap-2c562d2386dc7beb87f9c78e5ae72e66d34258a6.tar.xz bootstrap-2c562d2386dc7beb87f9c78e5ae72e66d34258a6.zip | |
Merge pull request #14590 from twbs/carousel-keyboard-option
Add `keyboard` option to carousel
Diffstat (limited to 'docs/_includes/js')
| -rw-r--r-- | docs/_includes/js/carousel.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html index 23f9af97a..62adc09e6 100644 --- a/docs/_includes/js/carousel.html +++ b/docs/_includes/js/carousel.html @@ -178,6 +178,12 @@ $('.carousel').carousel() <td>true</td> <td>Whether the carousel should cycle continuously or have hard stops.</td> </tr> + <tr> + <td>keyboard</td> + <td>boolean</td> + <td>true</td> + <td>Whether the carousel should react to keyboard events.</td> + </tr> </tbody> </table> </div><!-- /.table-responsive --> |
