aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/modal.html
AgeCommit message (Collapse)AuthorFilesLines
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