aboutsummaryrefslogtreecommitdiff
path: root/docs/components/modal.md
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-616/+0
2017-05-27update components docsMark Otto1-8/+2
2017-04-27Documentation cleanup (inc. use of <input ... readonly> for static form ↵Patrick H. Lauke1-50/+50
controls example) * Fix incorrect code indentation * Remove unnecessary vendor prefix for `box-sizing` - all modern browsers now support this unprefixed * Remove incorrect `<label>` and change static controls to readonly inputs * Allow `<img>` elements without `src` to allow for `holder.js` images used in the docs, which lack `src` and use `data-src` instead
2017-03-28Fix JS components console error "Error: <Component> is transitioning"Pierre Vanduynslager1-0/+3
2017-03-23Fix modal documentation (#22252)Patrick Hayes1-1/+1
The example code has the class `"modal fade"`, but the visible example has the class `"modal"`. `"fade"` appears to not work for modals that you do not intend to animate onto the page
2017-03-23Fix Modal documentation about _handleUpdate method + move to public scope ↵Johann1-1/+7
(#21877) Fix Modal documentation about _handleUpdate method + move to public scope
2017-03-02Fix spelling error.Sam Rapaport1-1/+1
2017-02-27Fix broken links.Bardi Harborow1-1/+1
2017-02-09Change 'has no affect' to 'has no effect'Matt Eason1-1/+1
2017-01-11Fix modal id in docPierre-Denis Vanduynslager1-1/+1
2017-01-05Doc updates (#21542)Quy1-1/+1
* Change it's to its. * Fix links * Fix typos
2016-12-31Move .table-responsive from wrapper to .tableQuy1-66/+62
2016-12-25flex the modal header so we can remove custom stylesMark Otto1-12/+11
updates the dom order in our docs to match (floated content comes first, but no need for that in flexbox)
2016-12-24dedupeMark Otto1-3/+3
2016-12-24started fixing nested .bd-example stuff, then rewrote the modal docsMark Otto1-158/+278
- better table of contents and overall structure - clearer examples of modal contents, longer modals, and modal options
2016-11-27make a brief mention of #20433Mark Otto1-1/+1
2016-11-04Update docs to reflect new breakpoint naming conventionEric Nolte1-4/+4
2016-10-13Fixes #20897 - Changed btn-default for btn-secondary on V4's Modal ↵Rodrigo Castro1-1/+1
documentation page
2016-10-02Updated documentation of the focus option from the modal component. (#19409)Patrick van Hesteren1-0/+6
2016-10-02v4: Social meta tags (#20825)Mark Otto1-0/+1
* descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
2016-05-13Remove reference to "loaded.bs.modal" eventHeiko Jansen1-4/+0
Since the "remote" option is no longer available in v4 the reference to the "loaded.bs.modal" event is no longer needed, too.
2016-03-06Remove iOS virtual keyboard bug section from docsChris Rebert1-1/+1
The modal backdrop positioning bug related to iOS' virtual keyboard doesn't seem to reproduce in iOS 8.0+. (Possibly as a side-effect of https://bugs.webkit.org/show_bug.cgi?id=153224 ) Refs #9023 [skip sauce]
2016-02-06docs/components/modal.md: Fix typoChris Rebert1-1/+1
Fixup for #19105 [ci skip]
2016-02-06Updat modal sizingMark Otto1-1/+1
- Switch from width to max-width for all widths to avoid scaling outside viewport bounds - Rejigger the media queries for a more logical breakpoint for the large and small modal sizes - Avoids changing the width of the default modal (nullifying #17794 and fixing #17581)
2015-12-25Add ellipsis to modal example codePatrick H. Lauke1-1/+1
2015-11-12Merge pull request #17204 from petetnt/petetnt/v4-dev-patch-2Mark Otto1-20/+22
modal.md - wrapped rows to a .container-fluid, added .bd-example-row...
2015-10-27Capitalize header cells in option and method tables of JS docsChris Rebert1-3/+3
[skip sauce]
2015-10-16Remove redundant `.sr-only` text for Close buttonsPatrick H. Lauke1-7/+0
Since `aria-label` is used, it's not necessary anymore.
2015-09-28Use backticks/<code> for JS snippets in docs headings; closes #17192Chris Rebert1-4/+4
[skip sauce]
2015-09-02Update all usages of 'control-label' with 'form-control-label' in docsAndrew Smith1-2/+2
2015-08-29Use `https` when possible.XhmikosR1-2/+2
[ci skip]
2015-08-21modal.md - wrapped rows to a .container-fluid, added .bd-example-row for ↵petetnt1-20/+22
better visualization
2015-08-20Modal docs: Add MDN autofocus docs linkChris Rebert1-1/+1
2015-08-21Docs: various fixesHeinrich Fenkart1-1/+1
Mostly links. Fixes #17056.
2015-08-19Fixed couple of formatting errors in modal.mdPete Nykänen1-3/+3
One extra `</p>` was out of place, plus couple of issues with `'s which caused some odd formatting.
2015-08-14Massive cleanupMark Otto1-1/+1
- Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color
2015-08-05restore page headers, use partial and page frontmatter to organize itMark Otto1-0/+1
2015-08-04Merge branch 'master' into v4mMark Otto1-22/+20
2015-06-18Merge branch 'master' into v4Mark Otto1-8/+8
2015-05-29add markdown toc stuffMark Otto1-0/+5
2015-04-16Redo all our callouts with the custom callout pluginMark Otto1-21/+29
- Replaces manual use of .bd-callout with {% callout [type] %} - Rearranged some callouts for proximity to others - Turned long lists of callouts--like those on tooltips, plugings, etc--into a list because holy shit that's overwhelming
2015-04-16rename classes from .bs-docs and .bs to .bdMark Otto1-18/+18
2015-03-30move more js stuff to components sectionMark Otto1-0/+488