aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/modal.html
AgeCommit message (Expand)AuthorFilesLines
2016-01-28Docs: Add missing `role="document"`s to `.modal-dialog`sChris Rebert1-6/+6
2015-11-15Docs: Add missing `tabindex="-1"` & `role="dialog"` to some `.modal`sChris Rebert1-3/+3
2015-11-11Update verb tenses to proper tense for feature deprecationsKevin Kirsche1-1/+1
2015-08-04fixes #16902: remove the .container-fluid from the grid system in modal examp...Mark Otto1-45/+41
2015-06-11Slightly expand accessible modals calloutPatrick H. Lauke1-1/+1
2015-06-11Add role="document" to modal itselfPatrick H. Lauke1-6/+6
2015-05-18Clarify the bs-callout on multiple open modalsKevin Kirsche1-1/+1
2015-05-17Use `https` when possible.XhmikosR1-1/+1
2015-04-01indented javascript/modal/using-grid-system sample code from 4 spaces to 2 sp...fyquah951-36/+36
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
2015-03-03Properly document Modal#handleUpdateHeinrich Fenkart1-3/+5
2015-02-25Document how to properly handle modals with dynamic content heightKevin Kirsche1-0/+3
2015-02-19Fix #15712: Add example of how to use grid system within a modalKevin Kirsche1-0/+96
2015-02-12fix indentation of highlighted code in Modal docsChris Rebert1-5/+5
2015-02-06Update Twitter handle: @twbootstrap => @getbootstrapChris Rebert1-2/+2
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
2014-11-24Give all embedded live docs examples data-example-id attrsChris Rebert1-1/+1
2014-11-20Merge pull request #15111 from twbs/events-tables-wrappingChris Rebert1-1/+1
2014-11-17Merge pull request #15125 from patrickhlauke/docs-clean-upChris Rebert1-2/+2
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
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
2014-10-30Replace v3.2.1 reference with v3.3.0 since there wasn't a v3.2.1hillai1-1/+1
2014-09-23Document that the autofocus attribute doesn't work in modals.Chris Rebert1-2/+4
2014-09-15modal docs: ensure all <button>s have an explicit `type` attributeChris Rebert1-6/+6
2014-07-05`remote` modal docs: mention jQuery.load and other JS options as alternativesChris Rebert1-1/+3
2014-07-03modal docs formatting tweakChris Rebert1-1/+1
2014-07-03Mark the `remote` option of the Modal plugin as deprecated.Chris Rebert1-1/+1
2014-06-30Fix inconsistency between demo and displayed code for modal demoPatrick Robertson1-1/+1
2014-05-03Improve accessibility of close buttons in modals & alertsChris Rebert1-6/+6
2014-03-16Break up docs into includesMark Otto1-0/+333