aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/popovers.html
AgeCommit message (Collapse)AuthorFilesLines
2019-02-13Backport sanitize docs from v4.XhmikosR1-1/+24
2018-10-18Use https, fix broken links and unneeded redirects.XhmikosR1-1/+1
2015-10-07Be pedantically correct; refs #17809Chris Rebert1-1/+1
[skip sauce]
2015-10-07Tooltips on <table>s should use container: body ; fixes #17809Chris Rebert1-2/+2
2015-06-30Add Methods section to Popovers nav menu in docsChris Rebert1-1/+1
[skip sauce]
2015-06-18Re-order popover elements in docsKevin Kirsche1-4/+4
X-Ref #13969
2015-05-02Document that 'manual' is mutually exclusive of other tooltip/popover triggersChris Rebert1-1/+1
Closes #16122 [skip sauce]
2015-04-21Allow viewport option to be a functionAdrien Siami1-1/+2
Closes #16151 by merging a rebased version of it that adds docs and 1 more assertion.
2015-04-08Add event after template insertedJohann-S1-0/+4
2015-03-16Clarify that role="button" is required for dismiss-on-next-click popoversChris Rebert1-1/+1
Refs #15947
2015-03-03Javascript docs: Accessibility and cosmetic changes to headings.Steven Black1-5/+5
Closes #15915 by merging it.
2015-03-01Replace accidently removed textKevin Kirsche1-1/+1
X-Ref #15742 cc: @mdo
2015-02-03[Fix Issue #15701] Tooltip/popover destroy docs don't explain the delegation ↵Kevin Kirsche1-1/+1
case [Fix Issue #15701] Tooltip/popover destroy docs don't explain the delegation case. Add to popovers
2015-01-21Move inline CSS to docs.css.XhmikosR1-7/+7
2015-01-18rm dummy href from dismiss-on-next-click popover example; fixes #15277Chris Rebert1-2/+2
2015-01-15Document that tooltip+popover show+hide methods are async; fixes #15500Chris Rebert1-3/+4
[skip sauce]
2015-01-13Document that calling tooltip/popover .show()/.hide() qualifies as manual ↵Chris Rebert1-3/+3
triggering Fixes #15465 [skip sauce]
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-13give all docs callouts IDsChris Rebert1-8/+8
[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-2/+2
2014-11-11move popover examples heading to directly before the actual examplesChris Rebert1-1/+1
2014-11-04Add initialization examples to tooltip and popover "Opt-in functionality" ↵Jayanth Koushik1-0/+6
callouts Fixes #14950. Closes #15015 by merging it.
2014-10-20add role="button" to a couple more dummy-anchor btnsChris Rebert1-2/+2
2014-10-02Fix #12563: Reiterate that empty tooltips+popovers do not get displayedDavid Nguyen1-1/+1
2014-09-04Fixed typos involving apostrophesgitname1-3/+3
Added apostrophes to 3 words to indicate possession (i.e. ownership of something) instead of plurality (i.e. multiples of something).
2014-07-29Document arguments passed to `placement` function of tooltip/popoverHeinrich Fenkart1-33/+36
Closes #14255
2014-07-28Merge pull request #14256 from twbs/fix-14224Chris Rebert1-2/+5
Correctly doc args passed to function vals for `title` & `content` options of tooltips+popovers
2014-07-27Fix #14219: Document that empty tooltips+popovers do not get displayedChris Rebert1-0/+1
2014-07-27Fix #14224: Correctly document args passed to function vals for `title` & ↵Chris Rebert1-2/+5
`content` options of tooltips+popovers
2014-07-24fix #14115Chris Rebert1-1/+1
[skip sauce]
2014-07-15popover dismiss-on-next-click example: instead of <button>, use <a> w/ tabindexChris Rebert1-12/+10
Fixes #14038. Research supporting this choice of approach: https://gist.github.com/cvrebert/68659d0333a578d75372 Why not <button>? Even with a `tabindex` attribute, they don't gain focus when clicked upon in: * Mac OS X Firefox 30.0 * Mac OS X Safari 7.0.5
2014-06-29docs: use valid JSON in compound option value examplesChris Rebert1-2/+2
Fixes #13874. [skip sauce]
2014-06-26docs: minor correction to the focus-triggered popover demo explanationChris Rebert1-1/+1
2014-06-26fix class names in popover live examples in docsChris Rebert1-2/+2
2014-06-18Fix dismissible spellingBas Bosman1-2/+2
2014-06-17popovers.html: fix typo: "Dimissmisable"Chris Rebert1-2/+2
2014-05-14update default 'template' value in popover docsChris Rebert1-1/+1
2014-05-14add multiple triggers info to popover docsChris Rebert1-1/+1
2014-05-14add 'viewport' option to popover docs; #12328 erratumChris Rebert1-0/+8
2014-05-14docs: sort tooltip & container options for sanityChris Rebert1-33/+33
2014-04-24document that show-ing a tooltip/popover on a hidden element doesn't work; ↵Chris Rebert1-0/+4
fixes #13362
2014-03-26doc that popover content() is given the element as an arg; fix #13175Chris Rebert1-1/+4
2014-03-26Document `template` option of tooltip & popover; fixes #13088Chris Rebert1-10/+22
Also capitalize column titles and descriptions.
2014-03-17Separate JS includes for alerts and popoversJulian Thilo1-76/+0
/cc @mdo
2014-03-16Break up docs into includesMark Otto1-0/+341