aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/modal.html
AgeCommit message (Collapse)AuthorFilesLines
2015-11-15Docs: Add missing `tabindex="-1"` & `role="dialog"` to some `.modal`sChris Rebert1-3/+3
Refs https://github.com/twbs/bootlint/pull/314 [skip sauce]
2015-11-11Update verb tenses to proper tense for feature deprecationsKevin Kirsche1-1/+1
X-Ref: https://github.com/twbs/bootstrap/commit/fce30b57e2fbe750cdebf1794d3917f3176d06ce
2015-08-04fixes #16902: remove the .container-fluid from the grid system in modal ↵Mark Otto1-45/+41
example since it's doubling up padding
2015-06-11Slightly expand accessible modals calloutPatrick H. Lauke1-1/+1
to include a note about `role="document"`
2015-06-11Add role="document" to modal itselfPatrick H. Lauke1-6/+6
Initial fix to generalise use of modals. Generally, true role="dialog" containers would require only forms/controls as content, with all other text correctly and explicitly associated via aria-labelledby/aria-describedby and similar...but as authors use modals also as generic overlays, this extra role is required to get AT (particularly NVDA) out of "forms" mode and reenable reading keys
2015-05-18Clarify the bs-callout on multiple open modalsKevin Kirsche1-1/+1
[Close #16502] Clarify the bs-callout on multiple open modals Currently it states overlapping modals, this isn't the only case as this truly applies to any instance when a user would want to open multiple modals at the same time. For this reason, I have modified the title of the callout to make this more clear.
2015-05-17Use `https` when possible.XhmikosR1-1/+1
2015-04-01indented javascript/modal/using-grid-system sample code from 4 spaces to 2 ↵fyquah951-36/+36
spaces
2015-03-25rm redundant aria-hidden usage from Modals; fixes #16020Chris Rebert1-12/+12
2015-03-24add missing <code> within docs heading for `.modal('handleUpdate')`Chris Rebert1-1/+1
2015-03-03Javascript docs: Accessibility and cosmetic changes to headings.Steven Black1-4/+4
Closes #15915 by merging it.
2015-03-03Properly document Modal#handleUpdateHeinrich Fenkart1-3/+5
2015-02-25Document how to properly handle modals with dynamic content heightKevin Kirsche1-0/+3
Fixes #15106. Closes #15910.
2015-02-19Fix #15712: Add example of how to use grid system within a modalKevin Kirsche1-0/+96
Closes #15725 by merging a tweaked version of it.
2015-02-12fix indentation of highlighted code in Modal docsChris Rebert1-5/+5
2015-02-06Update Twitter handle: @twbootstrap => @getbootstrapChris Rebert1-2/+2
Refs https://github.com/twbs/bootstrap-blog/commit/1c94b7791f8a24a18f08aba40c38d519b873f2d0 CC: @mdo
2015-02-03Clarify target of modal eventsChris Rebert1-0/+1
2015-01-21Move inline CSS to docs.css.XhmikosR1-7/+7
2014-12-07``aria-label="close"`` instead of sr-only ``span``Patrick H. Lauke1-8/+8
shorter, neater, well supported
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-17Merge pull request #15125 from patrickhlauke/docs-clean-upChris Rebert1-2/+2
Docs clean up - unnecessary role attributes, callout clarifications
2014-11-16Add modal autofocus examplehillai1-1/+6
2014-11-14Redundant role="form" on <form>sPatrick H. Lauke1-2/+2
2014-11-13give all docs callouts IDsChris Rebert1-3/+3
[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-11-03Add event.relatedTarget + `data-*` example to Modal docsChris Rebert1-0/+80
Fixes #14245
2014-10-30Replace v3.2.1 reference with v3.3.0 since there wasn't a v3.2.1hillai1-1/+1
Closes #14941
2014-09-23Document that the autofocus attribute doesn't work in modals.Chris Rebert1-2/+4
Closes #14478.
2014-09-15modal docs: ensure all <button>s have an explicit `type` attributeChris Rebert1-6/+6
[skip sauce]
2014-07-05`remote` modal docs: mention jQuery.load and other JS options as alternativesChris Rebert1-1/+3
[skip sauce]
2014-07-03modal docs formatting tweakChris Rebert1-1/+1
[skip sauce]
2014-07-03Mark the `remote` option of the Modal plugin as deprecated.Chris Rebert1-1/+1
Follow-up to https://github.com/twbs/bootstrap/issues/13087#issuecomment-46563760 Closes #13087 as WONTFIX. Closes #13597 as WONTFIX.
2014-06-30Fix inconsistency between demo and displayed code for modal demoPatrick Robertson1-1/+1
Fixes #13991
2014-05-03Improve accessibility of close buttons in modals & alertsChris Rebert1-6/+6
Adds textual caption to the close buttons. The "X" multiplication sign isn't very meaningful to screenreaders. Credit: https://github.com/paypal/bootstrap-accessibility-plugin Per: https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#alert https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#modal-dialog
2014-03-16Break up docs into includesMark Otto1-0/+333