diff options
| author | Chris Rebert <[email protected]> | 2014-11-20 00:06:33 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-11-20 00:06:33 -0800 |
| commit | af77842ce74a21a59bf7a765a47edaf72c9395c4 (patch) | |
| tree | d7e85bd7c2f23b92c10c544a7c6fb641e1a7353f /docs/_includes | |
| parent | e7818e979f46da63a91146c7051e6aaef24288c8 (diff) | |
| parent | ddf39cc2e7e1c676d5141e259e362e241e4c6f0f (diff) | |
| download | bootstrap-af77842ce74a21a59bf7a765a47edaf72c9395c4.tar.xz bootstrap-af77842ce74a21a59bf7a765a47edaf72c9395c4.zip | |
Merge pull request #15111 from twbs/events-tables-wrapping
Don't line wrap event names in JS plugin docs
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/js/affix.html | 2 | ||||
| -rw-r--r-- | docs/_includes/js/alerts.html | 2 | ||||
| -rw-r--r-- | docs/_includes/js/carousel.html | 2 | ||||
| -rw-r--r-- | docs/_includes/js/collapse.html | 2 | ||||
| -rw-r--r-- | docs/_includes/js/dropdowns.html | 2 | ||||
| -rw-r--r-- | docs/_includes/js/modal.html | 2 | ||||
| -rw-r--r-- | docs/_includes/js/popovers.html | 2 | ||||
| -rw-r--r-- | docs/_includes/js/scrollspy.html | 2 | ||||
| -rw-r--r-- | docs/_includes/js/tabs.html | 2 | ||||
| -rw-r--r-- | docs/_includes/js/tooltips.html | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/docs/_includes/js/affix.html b/docs/_includes/js/affix.html index f32b376de..3cb846ea9 100644 --- a/docs/_includes/js/affix.html +++ b/docs/_includes/js/affix.html @@ -77,7 +77,7 @@ $('#myAffix').affix({ <h3 id="affix-events">Events</h3> <p>Bootstrap's affix plugin exposes a few events for hooking into affix functionality.</p> <div class="table-responsive"> - <table class="table table-bordered table-striped"> + <table class="table table-bordered table-striped bs-events-table"> <thead> <tr> <th style="width: 150px;">Event Type</th> diff --git a/docs/_includes/js/alerts.html b/docs/_includes/js/alerts.html index f2e70fa01..8a207cc7f 100644 --- a/docs/_includes/js/alerts.html +++ b/docs/_includes/js/alerts.html @@ -47,7 +47,7 @@ <h3 id="alerts-events">Events</h3> <p>Bootstrap's alert plugin exposes a few events for hooking into alert functionality.</p> <div class="table-responsive"> - <table class="table table-bordered table-striped"> + <table class="table table-bordered table-striped bs-events-table"> <thead> <tr> <th style="width: 150px;">Event Type</th> diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html index 02d01bc3c..abd2890b8 100644 --- a/docs/_includes/js/carousel.html +++ b/docs/_includes/js/carousel.html @@ -227,7 +227,7 @@ $('.carousel').carousel({ <li><code>relatedTarget</code>: The DOM element that is being slid into place as the active item.</li> </ul> <div class="table-responsive"> - <table class="table table-bordered table-striped"> + <table class="table table-bordered table-striped bs-events-table"> <thead> <tr> <th style="width: 150px;">Event Type</th> diff --git a/docs/_includes/js/collapse.html b/docs/_includes/js/collapse.html index 196eadff3..a60e91c83 100644 --- a/docs/_includes/js/collapse.html +++ b/docs/_includes/js/collapse.html @@ -212,7 +212,7 @@ $('#myCollapsible').collapse({ <h3 id="collapse-events">Events</h3> <p>Bootstrap's collapse class exposes a few events for hooking into collapse functionality.</p> <div class="table-responsive"> - <table class="table table-bordered table-striped"> + <table class="table table-bordered table-striped bs-events-table"> <thead> <tr> <th style="width: 150px;">Event Type</th> diff --git a/docs/_includes/js/dropdowns.html b/docs/_includes/js/dropdowns.html index 1cc785b2d..683453096 100644 --- a/docs/_includes/js/dropdowns.html +++ b/docs/_includes/js/dropdowns.html @@ -166,7 +166,7 @@ $('.dropdown-toggle').dropdown() <p>All dropdown events are fired at the <code>.dropdown-menu</code>'s parent element.</p> <p>All dropdown events have a <code>relatedTarget</code> property, whose value is the toggling anchor element.</p> <div class="table-responsive"> - <table class="table table-bordered table-striped"> + <table class="table table-bordered table-striped bs-events-table"> <thead> <tr> <th style="width: 150px;">Event Type</th> diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index 401356577..6f7fa9cf9 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -383,7 +383,7 @@ $('#myModal').modal({ <h3 id="modals-events">Events</h3> <p>Bootstrap's modal class exposes a few events for hooking into modal functionality.</p> <div class="table-responsive"> - <table class="table table-bordered table-striped"> + <table class="table table-bordered table-striped bs-events-table"> <thead> <tr> <th style="width: 150px;">Event Type</th> diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 4e0c26373..ab33baccb 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -268,7 +268,7 @@ sagittis lacus vel augue laoreet rutrum faucibus."> {% highlight js %}$('#element').popover('destroy'){% endhighlight %} <h3 id="popovers-events">Events</h3> <div class="table-responsive"> - <table class="table table-bordered table-striped"> + <table class="table table-bordered table-striped bs-events-table"> <thead> <tr> <th style="width: 150px;">Event Type</th> diff --git a/docs/_includes/js/scrollspy.html b/docs/_includes/js/scrollspy.html index b2dd07ae9..2b42e8492 100644 --- a/docs/_includes/js/scrollspy.html +++ b/docs/_includes/js/scrollspy.html @@ -128,7 +128,7 @@ $('[data-spy="scroll"]').each(function () { <h3 id="scrollspy-events">Events</h3> <div class="table-responsive"> - <table class="table table-bordered table-striped"> + <table class="table table-bordered table-striped bs-events-table"> <thead> <tr> <th style="width: 150px;">Event Type</th> diff --git a/docs/_includes/js/tabs.html b/docs/_includes/js/tabs.html index 018d45d0e..90fda3537 100644 --- a/docs/_includes/js/tabs.html +++ b/docs/_includes/js/tabs.html @@ -128,7 +128,7 @@ $('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed) </ol> <p>If no tab was already active, then the <code>hide.bs.tab</code> and <code>hidden.bs.tab</code> events will not be fired.</p> <div class="table-responsive"> - <table class="table table-bordered table-striped"> + <table class="table table-bordered table-striped bs-events-table"> <thead> <tr> <th style="width: 150px;">Event Type</th> diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html index 12ffbb72e..5f5de7794 100644 --- a/docs/_includes/js/tooltips.html +++ b/docs/_includes/js/tooltips.html @@ -231,7 +231,7 @@ $('#example').tooltip(options) <h3 id="tooltips-events">Events</h3> <div class="table-responsive"> - <table class="table table-bordered table-striped"> + <table class="table table-bordered table-striped bs-events-table"> <thead> <tr> <th style="width: 150px;">Event Type</th> |
