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
24030532
Commit
24030532
authored
11 years ago
by
Edgar Schnueriger
Browse files
Options
Download
Email Patches
Plain Diff
fixed not working example code for modals
parent
716c869b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/docs.html
+17
-17
docs/docs.html
with
17 additions
and
17 deletions
+17
-17
docs/docs.html
+
17
-
17
View file @
24030532
...
@@ -5119,27 +5119,27 @@ $('#myModal').on('show', function (e) {
...
@@ -5119,27 +5119,27 @@ $('#myModal').on('show', function (e) {
<a
data-toggle=
"modal"
href=
"#myModal"
class=
"btn btn-primary btn-large"
>
Launch demo modal
</a>
<a
data-toggle=
"modal"
href=
"#myModal"
class=
"btn btn-primary btn-large"
>
Launch demo modal
</a>
</div>
<!-- /example -->
</div>
<!-- /example -->
{% highlight html %}
{% highlight html %}
<div
class=
"modal"
>
<!-- Button trigger modal -->
<!-- Button trigger modal -->
<a
data-toggle=
"modal"
href=
"#myModal"
class=
"btn btn-primary btn-large"
>
Launch demo modal
</a>
<a
data-toggle=
"modal"
href=
"#myModal"
class=
"btn btn-primary btn-large"
>
Launch demo modal
</a>
<!-- Modal -->
<!-- Modal -->
<div
class=
"modal-dialog"
>
<div
class=
"modal"
id=
"myModal"
>
<div
class=
"modal-content"
>
<div
class=
"modal-dialog"
>
<div
class=
"modal-header"
>
<div
class=
"modal-content"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<div
class=
"modal-header"
>
<h4
class=
"modal-title"
>
Modal title
</h4>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
</div>
<h4
class=
"modal-title"
>
Modal title
</h4>
<div
class=
"modal-body"
>
</div>
...
<div
class=
"modal-body"
>
</div>
...
<div
class=
"modal-footer"
>
</div>
<a
href=
"#"
class=
"btn"
>
Close
</a>
<div
class=
"modal-footer"
>
<a
href=
"#"
class=
"btn btn-primary"
>
Save changes
</a>
<a
href=
"#"
class=
"btn"
>
Close
</a>
</div>
<a
href=
"#"
class=
"btn btn-primary"
>
Save changes
</a>
</div>
<!-- /.modal-content -->
</div>
</div>
<!-- /.modal-dalog -->
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal -->
</div>
<!-- /.modal-dalog -->
</div>
<!-- /.modal -->
{% endhighlight %}
{% endhighlight %}
...
...
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