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
2c625c7d
Commit
2c625c7d
authored
Aug 05, 2014
by
Heinrich Fenkart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up buttons documentation
parent
d9f1ea82
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
61 additions
and
93 deletions
+61
-93
Gruntfile.js
Gruntfile.js
+2
-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 @
2c625c7d
...
...
@@ -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/buttons.html
View file @
2c625c7d
This diff is collapsed.
Click to expand it.
docs/_includes/nav/javascript.html
View file @
2c625c7d
...
...
@@ -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