aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/collapse.html
AgeCommit message (Collapse)AuthorFilesLines
2014-12-04Merge pull request #15214 from twbs/example-idsChris Rebert1-1/+1
Give all embedded live docs examples data-example-id attrs [skip sauce]
2014-12-01nuke the other incomplete example per @ianwMark Otto1-9/+0
2014-11-30clarify collapse example with link and button triggers; also mention classesMark Otto1-8/+21
2014-11-29Fixes #15241: Add simple example to docs for collapse pluginMark Otto1-2/+26
2014-11-24Give all embedded live docs examples data-example-id attrsChris Rebert1-1/+1
Refs #11410
2014-11-20Merge pull request #15111 from twbs/events-tables-wrappingChris Rebert1-1/+1
Don't line wrap event names in JS plugin docs
2014-11-13give all docs callouts IDsChris Rebert1-2/+2
[skip sauce]
2014-11-12Don't line wrap event names in JS plugin docsChris Rebert1-1/+1
2014-11-11JS docs: add Options, Methods, Events subsections to nav sidebarChris Rebert1-3/+3
2014-10-02more gruntMark Otto1-1/+1
2014-10-02Fixes #14711: Account for list groups in collapsing panelsMark Otto1-0/+22
2014-09-30Added default collapsed class to the collapsed accordion html code example ↵Nicole Bartelt1-2/+2
in the docs
2014-09-30Added default collapsed class to the collapsed accordion examples in the docsNicole Bartelt1-2/+2
2014-09-12add aria-labelledby to accordion example to improve accessibilityChris Rebert1-12/+12
2014-09-12Merge pull request #14579 from twbs/accordion-heading-role-tabChris Rebert1-6/+6
add role="tab" to .panel-heading-s in accordion example to improve accessibility
2014-09-08add role="tab" to .panel-heading-s in accordion example to improve accessibilityChris Rebert1-6/+6
2014-09-09ARIA support for collapsePatrick H. Lauke1-9/+14
Added handling of aria-expanded=true/false to collapse.js, updated documentation to include advice on making expand/collapse controls accessible, updated examples and javascript documentation to use aria-expanded and aria-controls (when targetting single collapsible element, using ID rather than class selector) Closes #14147. Closes #14153.
2014-07-08Merge pull request #14089 from twbs/accordion-panel-group-aria-multiselectableChris Rebert1-2/+2
Add role="tablist" & aria-multiselectable="true" to accordion .panel-group
2014-07-08Add role="tablist" & aria-multiselectable="true" to accordion .panel-group ↵Chris Rebert1-2/+2
to improve accessibility Refs #13555. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#collapse Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]
2014-07-08add role="tabpanel" to .panel-collapse to improve accessibilityChris Rebert1-6/+6
Refs #13555. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#collapse Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]
2014-03-16Break up docs into includesMark Otto1-0/+222