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
04fd01d4
Commit
04fd01d4
authored
13 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
fix docs for carousel markup
parent
139a0775
2 merge requests
!1882
[2.0.1-wip] black/dark button
,
!1894
[2.0.1 wip] -- fixing Issue #1893 - removing hardcoded color border from <hr/>
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/javascript.html
+4
-2
docs/javascript.html
docs/templates/pages/javascript.mustache
+4
-2
docs/templates/pages/javascript.mustache
with
8 additions
and
4 deletions
+8
-4
docs/assets/bootstrap.zip
+
0
-
0
View file @
04fd01d4
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/javascript.html
+
4
-
2
View file @
04fd01d4
...
...
@@ -1304,10 +1304,12 @@ $('#myCollapsible').on('hidden', function () {
<h3>
Markup
</h3>
<p>
Data attributes are integral to the carousel plugin. Check out the example code below for the various markup types.
</p>
<pre
class=
"prettyprint linenums"
>
<
div class="carousel"
>
<
div
id="myCarousel"
class="carousel"
>
<
!-- Carousel items --
>
<
div class="carousel-inner"
>
...
<
div class="active item"
>
…
<
/div
>
<
div class="item"
>
…
<
/div
>
<
div class="item"
>
…
<
/div
>
<
/div
>
<
!-- Carousel nav --
>
<
a class="carousel-control left" href="#myCarousel" data-slide="prev"
>&
lsaquo;
<
/a
>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/javascript.mustache
+
4
-
2
View file @
04fd01d4
...
...
@@ -1228,10 +1228,12 @@ $('#myCollapsible').on('hidden', function () {
<h3>
{{
_i
}}
Markup
{{/
i
}}
</h3>
<p>
{{
_i
}}
Data attributes are integral to the carousel plugin. Check out the example code below for the various markup types.
{{/
i
}}
</p>
<pre
class=
"prettyprint linenums"
>
<
div class="carousel"
>
<
div
id="myCarousel"
class="carousel"
>
<
!--
{{
_i
}}
Carousel items
{{/
i
}}
--
>
<
div class="carousel-inner"
>
...
<
div class="active item"
>
…
<
/div
>
<
div class="item"
>
…
<
/div
>
<
div class="item"
>
…
<
/div
>
<
/div
>
<
!--
{{
_i
}}
Carousel nav
{{/
i
}}
--
>
<
a class="carousel-control left" href="#myCarousel" data-slide="prev"
>&
lsaquo;
<
/a
>
...
...
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