fixes #8983
This commit is contained in:
parent
b8ed111a18
commit
92c2ad98e7
6 changed files with 21 additions and 8 deletions
|
|
@ -1722,6 +1722,12 @@ $('.carousel').carousel()
|
|||
<td>"hover"</td>
|
||||
<td>Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>wrap</td>
|
||||
<td>boolean</td>
|
||||
<td>true</td>
|
||||
<td>Whether the carousel should cycle continuously or have hard stops.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div><!-- /.bs-table-scrollable -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue