Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
ddf39cc2
Commit
ddf39cc2
authored
Nov 12, 2014
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't line wrap event names in JS plugin docs
parent
856d31b3
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
15 additions
and
10 deletions
+15
-10
docs/_includes/js/affix.html
docs/_includes/js/affix.html
+1
-1
docs/_includes/js/alerts.html
docs/_includes/js/alerts.html
+1
-1
docs/_includes/js/carousel.html
docs/_includes/js/carousel.html
+1
-1
docs/_includes/js/collapse.html
docs/_includes/js/collapse.html
+1
-1
docs/_includes/js/dropdowns.html
docs/_includes/js/dropdowns.html
+1
-1
docs/_includes/js/modal.html
docs/_includes/js/modal.html
+1
-1
docs/_includes/js/popovers.html
docs/_includes/js/popovers.html
+1
-1
docs/_includes/js/scrollspy.html
docs/_includes/js/scrollspy.html
+1
-1
docs/_includes/js/tabs.html
docs/_includes/js/tabs.html
+1
-1
docs/_includes/js/tooltips.html
docs/_includes/js/tooltips.html
+1
-1
docs/assets/css/src/docs.css
docs/assets/css/src/docs.css
+5
-0
No files found.
docs/_includes/js/affix.html
View file @
ddf39cc2
...
@@ -77,7 +77,7 @@ $('#myAffix').affix({
...
@@ -77,7 +77,7 @@ $('#myAffix').affix({
<h3
id=
"affix-events"
>
Events
</h3>
<h3
id=
"affix-events"
>
Events
</h3>
<p>
Bootstrap's affix plugin exposes a few events for hooking into affix functionality.
</p>
<p>
Bootstrap's affix plugin exposes a few events for hooking into affix functionality.
</p>
<div
class=
"table-responsive"
>
<div
class=
"table-responsive"
>
<table
class=
"table table-bordered table-striped"
>
<table
class=
"table table-bordered table-striped
bs-events-table
"
>
<thead>
<thead>
<tr>
<tr>
<th
style=
"width: 150px;"
>
Event Type
</th>
<th
style=
"width: 150px;"
>
Event Type
</th>
...
...
docs/_includes/js/alerts.html
View file @
ddf39cc2
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
<h3
id=
"alerts-events"
>
Events
</h3>
<h3
id=
"alerts-events"
>
Events
</h3>
<p>
Bootstrap's alert plugin exposes a few events for hooking into alert functionality.
</p>
<p>
Bootstrap's alert plugin exposes a few events for hooking into alert functionality.
</p>
<div
class=
"table-responsive"
>
<div
class=
"table-responsive"
>
<table
class=
"table table-bordered table-striped"
>
<table
class=
"table table-bordered table-striped
bs-events-table
"
>
<thead>
<thead>
<tr>
<tr>
<th
style=
"width: 150px;"
>
Event Type
</th>
<th
style=
"width: 150px;"
>
Event Type
</th>
...
...
docs/_includes/js/carousel.html
View file @
ddf39cc2
...
@@ -227,7 +227,7 @@ $('.carousel').carousel({
...
@@ -227,7 +227,7 @@ $('.carousel').carousel({
<li><code>
relatedTarget
</code>
: The DOM element that is being slid into place as the active item.
</li>
<li><code>
relatedTarget
</code>
: The DOM element that is being slid into place as the active item.
</li>
</ul>
</ul>
<div
class=
"table-responsive"
>
<div
class=
"table-responsive"
>
<table
class=
"table table-bordered table-striped"
>
<table
class=
"table table-bordered table-striped
bs-events-table
"
>
<thead>
<thead>
<tr>
<tr>
<th
style=
"width: 150px;"
>
Event Type
</th>
<th
style=
"width: 150px;"
>
Event Type
</th>
...
...
docs/_includes/js/collapse.html
View file @
ddf39cc2
...
@@ -212,7 +212,7 @@ $('#myCollapsible').collapse({
...
@@ -212,7 +212,7 @@ $('#myCollapsible').collapse({
<h3
id=
"collapse-events"
>
Events
</h3>
<h3
id=
"collapse-events"
>
Events
</h3>
<p>
Bootstrap's collapse class exposes a few events for hooking into collapse functionality.
</p>
<p>
Bootstrap's collapse class exposes a few events for hooking into collapse functionality.
</p>
<div
class=
"table-responsive"
>
<div
class=
"table-responsive"
>
<table
class=
"table table-bordered table-striped"
>
<table
class=
"table table-bordered table-striped
bs-events-table
"
>
<thead>
<thead>
<tr>
<tr>
<th
style=
"width: 150px;"
>
Event Type
</th>
<th
style=
"width: 150px;"
>
Event Type
</th>
...
...
docs/_includes/js/dropdowns.html
View file @
ddf39cc2
...
@@ -165,7 +165,7 @@ $('.dropdown-toggle').dropdown()
...
@@ -165,7 +165,7 @@ $('.dropdown-toggle').dropdown()
<h3
id=
"dropdowns-events"
>
Events
</h3>
<h3
id=
"dropdowns-events"
>
Events
</h3>
<p>
All dropdown events are fired at the
<code>
.dropdown-menu
</code>
's parent element.
</p>
<p>
All dropdown events are fired at the
<code>
.dropdown-menu
</code>
's parent element.
</p>
<div
class=
"table-responsive"
>
<div
class=
"table-responsive"
>
<table
class=
"table table-bordered table-striped"
>
<table
class=
"table table-bordered table-striped
bs-events-table
"
>
<thead>
<thead>
<tr>
<tr>
<th
style=
"width: 150px;"
>
Event Type
</th>
<th
style=
"width: 150px;"
>
Event Type
</th>
...
...
docs/_includes/js/modal.html
View file @
ddf39cc2
...
@@ -378,7 +378,7 @@ $('#myModal').modal({
...
@@ -378,7 +378,7 @@ $('#myModal').modal({
<h3
id=
"modals-events"
>
Events
</h3>
<h3
id=
"modals-events"
>
Events
</h3>
<p>
Bootstrap's modal class exposes a few events for hooking into modal functionality.
</p>
<p>
Bootstrap's modal class exposes a few events for hooking into modal functionality.
</p>
<div
class=
"table-responsive"
>
<div
class=
"table-responsive"
>
<table
class=
"table table-bordered table-striped"
>
<table
class=
"table table-bordered table-striped
bs-events-table
"
>
<thead>
<thead>
<tr>
<tr>
<th
style=
"width: 150px;"
>
Event Type
</th>
<th
style=
"width: 150px;"
>
Event Type
</th>
...
...
docs/_includes/js/popovers.html
View file @
ddf39cc2
...
@@ -268,7 +268,7 @@ sagittis lacus vel augue laoreet rutrum faucibus.">
...
@@ -268,7 +268,7 @@ sagittis lacus vel augue laoreet rutrum faucibus.">
{% highlight js %}$('#element').popover('destroy'){% endhighlight %}
{% highlight js %}$('#element').popover('destroy'){% endhighlight %}
<h3
id=
"popovers-events"
>
Events
</h3>
<h3
id=
"popovers-events"
>
Events
</h3>
<div
class=
"table-responsive"
>
<div
class=
"table-responsive"
>
<table
class=
"table table-bordered table-striped"
>
<table
class=
"table table-bordered table-striped
bs-events-table
"
>
<thead>
<thead>
<tr>
<tr>
<th
style=
"width: 150px;"
>
Event Type
</th>
<th
style=
"width: 150px;"
>
Event Type
</th>
...
...
docs/_includes/js/scrollspy.html
View file @
ddf39cc2
...
@@ -128,7 +128,7 @@ $('[data-spy="scroll"]').each(function () {
...
@@ -128,7 +128,7 @@ $('[data-spy="scroll"]').each(function () {
<h3
id=
"scrollspy-events"
>
Events
</h3>
<h3
id=
"scrollspy-events"
>
Events
</h3>
<div
class=
"table-responsive"
>
<div
class=
"table-responsive"
>
<table
class=
"table table-bordered table-striped"
>
<table
class=
"table table-bordered table-striped
bs-events-table
"
>
<thead>
<thead>
<tr>
<tr>
<th
style=
"width: 150px;"
>
Event Type
</th>
<th
style=
"width: 150px;"
>
Event Type
</th>
...
...
docs/_includes/js/tabs.html
View file @
ddf39cc2
...
@@ -128,7 +128,7 @@ $('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed)
...
@@ -128,7 +128,7 @@ $('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed)
</ol>
</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>
<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"
>
<div
class=
"table-responsive"
>
<table
class=
"table table-bordered table-striped"
>
<table
class=
"table table-bordered table-striped
bs-events-table
"
>
<thead>
<thead>
<tr>
<tr>
<th
style=
"width: 150px;"
>
Event Type
</th>
<th
style=
"width: 150px;"
>
Event Type
</th>
...
...
docs/_includes/js/tooltips.html
View file @
ddf39cc2
...
@@ -231,7 +231,7 @@ $('#example').tooltip(options)
...
@@ -231,7 +231,7 @@ $('#example').tooltip(options)
<h3
id=
"tooltips-events"
>
Events
</h3>
<h3
id=
"tooltips-events"
>
Events
</h3>
<div
class=
"table-responsive"
>
<div
class=
"table-responsive"
>
<table
class=
"table table-bordered table-striped"
>
<table
class=
"table table-bordered table-striped
bs-events-table
"
>
<thead>
<thead>
<tr>
<tr>
<th
style=
"width: 150px;"
>
Event Type
</th>
<th
style=
"width: 150px;"
>
Event Type
</th>
...
...
docs/assets/css/src/docs.css
View file @
ddf39cc2
...
@@ -1147,6 +1147,11 @@ h1[id] {
...
@@ -1147,6 +1147,11 @@ h1[id] {
overflow
:
auto
;
overflow
:
auto
;
}
}
/* Don't wrap event names in Events tables in JS plugin docs */
.bs-events-table
>
thead
>
tr
>
th
:first-child
,
.bs-events-table
>
tbody
>
tr
>
td
:first-child
{
white-space
:
nowrap
;
}
/*
/*
* Code snippets
* Code snippets
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment