Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
129d8fce
Commit
129d8fce
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#10282
: Cross reference tabs and tabs plugin
parent
e2c6d329
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
components.html
+4
-0
components.html
javascript.html
+5
-0
javascript.html
with
9 additions
and
0 deletions
+9
-0
components.html
+
4
-
0
View file @
129d8fce
...
@@ -1210,6 +1210,10 @@ base_url: "../"
...
@@ -1210,6 +1210,10 @@ base_url: "../"
<li><a
href=
"#"
>
Messages
</a></li>
<li><a
href=
"#"
>
Messages
</a></li>
</ul>
</ul>
{% endhighlight %}
{% endhighlight %}
<div
class=
"bs-callout bs-callout-info"
>
<h4>
Requires JavaScript tabs plugin
</h4>
<p>
For tabs with tabbable areas, you must use the
<a
href=
"../javascript/#tabs"
>
tabs JavaScript plugin
</a>
.
</p>
</div>
<h2
id=
"nav-pills"
>
Pills
</h2>
<h2
id=
"nav-pills"
>
Pills
</h2>
<p>
Take that same HTML, but use
<code>
.nav-pills
</code>
instead:
</p>
<p>
Take that same HTML, but use
<code>
.nav-pills
</code>
instead:
</p>
...
...
This diff is collapsed.
Click to expand it.
javascript.html
+
5
-
0
View file @
129d8fce
...
@@ -687,6 +687,11 @@ $('#myScrollspy').on('activate.bs.scrollspy', function () {
...
@@ -687,6 +687,11 @@ $('#myScrollspy').on('activate.bs.scrollspy', function () {
</div>
</div>
</div>
<!-- /example -->
</div>
<!-- /example -->
<div
class=
"bs-callout bs-callout-info"
>
<h4>
Extends tabbed navigation
</h4>
<p>
This plugin extends the
<a
href=
"../components/#nav-tabs"
>
tabbed navigation component
</a>
to add tabbable areas.
</p>
</div>
<h2
id=
"tabs-usage"
>
Usage
</h2>
<h2
id=
"tabs-usage"
>
Usage
</h2>
<p>
Enable tabbable tabs via JavaScript (each tab needs to be activated individually):
</p>
<p>
Enable tabbable tabs via JavaScript (each tab needs to be activated individually):
</p>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets