aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/components/modal.md
AgeCommit message (Collapse)AuthorFilesLines
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto1-675/+0
* update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html
2018-04-02Fix broken URI fragments and redirects.XhmikosR1-2/+2
2018-03-15Fix order of Save/Close buttons in modal code example (#25855)John Bennet Veloya1-1/+1
2018-03-14Remove custom example plugin. (#25784)m5o1-2/+3
2018-03-12Use callout without custom Jekyll plugin.m5o1-2/+1
2018-02-09Fix the incorrect id in center modal exampleysds1-1/+1
2017-12-30Add modal-dialog-centered class to vertically centered modal example.Kramb1-1/+1
2017-12-27improve docs tablesMark Otto1-2/+2
2017-11-27Fix docs horizontal scrollbar (#24878)Patrick H. Lauke1-1/+1
* Fix docs horizontal scrollbar in Components > Modal * Add overflow to docs example class * Drop the handleUpdate() variant While I understand the variant covers the "get a particular plugin instance" case from http://getbootstrap.com/docs/4.0/getting-started/javascript/#programmatic-api it seems weird that we do it here but not everywhere else in the docs (randomly checking other pages, we seem to stick to the documented methods as written on those pages). As this isn't properly explained as is, and as it adds nothing (more of a preference for authors), it would be easier to just drop the variant and stick with the documented method as outlined later on in the same page (avoids having to go off on a "why should you use this instead of that" tangent here).
2017-11-24lets the centered modal have any height (#24803)Andres Galante1-1/+1
2017-10-30Fix bad title for our dispose method in our documentationJohann-S1-1/+1
2017-10-29Add `.modal-dialog-centered` for optional vertically centered modal (#24510)Mark Otto1-0/+58
* Add .modal-dialog-centered for optional vertically cenetered modal Fixes #23638 * adds modal-dialog-centered class to docs and removes margin to avoid generating a vertical scrolling * mention limitations * fix aria attr * Add `width: 100%` to the .modal-content for the centered version. Adding it here to avoid adding another selector by limiting it to the centered modal modifier.
2017-10-19remove form control label as it have been removed (#24442)Laussel Loïc1-2/+2
2017-10-16Add dispose methods in our documentation (#24396)Johann-S1-0/+4
* Add dispose methods in our documentation * Update buttons.md
2017-10-02Added type="button" to <button>s without any type (#23866)Herst1-1/+1
https://github.com/twbs/bootlint/wiki/W007
2017-09-23Fix missing tabindex and role in an example modalHerst1-2/+2
2017-09-08Dont use short jQuery methodsvsn4ik1-1/+1
2017-08-10Update modal.mdCarloMartini1-5/+2
Removed a duplicate explanation.
2017-07-01cleanup offsetsMark Otto1-8/+8
2017-06-21Fix modal overflow with our navbar documentation and fix typo (#22864)Johann-S1-2/+2
* Fix modal overflow with our navbar documentation and fix typo * Fix z-index backdrop and modal with popover/tooltip example
2017-05-29update urlsMark Otto1-2/+2
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-0/+616