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
a8437f0d
Commit
a8437f0d
authored
Aug 08, 2014
by
Chris Rebert
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14325 from hnrch02/cleanup-buttons-docs
Clean up buttons documentation
parents
b4895a0d
2c625c7d
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
62 additions
and
94 deletions
+62
-94
Gruntfile.js
Gruntfile.js
+2
-1
docs/_includes/js/alerts.html
docs/_includes/js/alerts.html
+1
-1
docs/_includes/js/buttons.html
docs/_includes/js/buttons.html
+55
-90
docs/_includes/nav/javascript.html
docs/_includes/nav/javascript.html
+4
-2
No files found.
Gruntfile.js
View file @
a8437f0d
...
...
@@ -341,7 +341,8 @@ module.exports = function (grunt) {
relaxerror
:
[
'
Bad value X-UA-Compatible for attribute http-equiv on element meta.
'
,
'
Element img is missing required attribute src.
'
,
'
Attribute autocomplete not allowed on element input at this point.
'
'
Attribute autocomplete not allowed on element input at this point.
'
,
'
Attribute autocomplete not allowed on element button at this point.
'
]
},
files
:
{
...
...
docs/_includes/js/alerts.html
View file @
a8437f0d
...
...
@@ -44,7 +44,7 @@
<h3>
Events
</h3>
<p>
Bootstrap's alert
class
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"
>
<table
class=
"table table-bordered table-striped"
>
<thead>
...
...
docs/_includes/js/buttons.html
View file @
a8437f0d
This diff is collapsed.
Click to expand it.
docs/_includes/nav/javascript.html
View file @
a8437f0d
...
...
@@ -65,8 +65,10 @@
<li>
<a
href=
"#buttons"
>
Button
</a>
<ul
class=
"nav"
>
<li><a
href=
"#buttons-examples"
>
Examples
</a></li>
<li><a
href=
"#buttons-usage"
>
Usage
</a></li>
<li><a
href=
"#buttons-stateful"
>
Stateful
</a></li>
<li><a
href=
"#buttons-single-toggle"
>
Single toggle
</a></li>
<li><a
href=
"#buttons-checkbox-radio"
>
Checkbox / Radio
</a></li>
<li><a
href=
"#buttons-methods"
>
Methods
</a></li>
</ul>
</li>
<li>
...
...
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