aboutsummaryrefslogtreecommitdiff
path: root/docs/components/popovers.md
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-372/+0
2017-05-27update components docsMark Otto1-8/+2
2017-05-24Fix fallbackPlacement default value for Popovers documentationJohann-S1-1/+1
2017-05-24Update Popper.js to 1.9.9Johann-S1-1/+1
2017-05-24Update documentation for Tooltips/Popovers about auto placementJohann-S1-1/+1
2017-05-23Documentation display tooltips/popovers arrows with css for static examplesJohann-S1-9/+9
2017-05-17Update Popper.js 1.9.4Johann-S1-1/+1
2017-05-14Update Popper.js 1.9.3Johann-S1-1/+1
2017-05-14Add fallbackPlacement option for Tooltip and PopoverJohann-S1-0/+7
2017-05-14Update Popper.js 1.9.1 + Update documentation about Dropdown placementJohann-S1-1/+1
2017-05-14Documentation - fix examples for Tooltip and Popovers (display arrow)Johann-S1-5/+8
2017-05-14Update Popper.js 1.8.2Johann-S1-1/+1
2017-05-14Add an update method to allow to update position for ↵Johann-S1-0/+6
Tooltip/Popover/Dropdown manually
2017-05-14Fix some css for the arrow of Popover/Tooltip + update documentationJohann-S1-2/+2
2017-05-14Remove totaly Tether from documentation + dependenciesJohann-S1-10/+4
2017-05-09tooltips/popover must be hidden before their corresponding element is ↵Peter Blazejewicz1-0/+1
removed from the DOM
2017-04-27Documentation cleanup (inc. use of <input ... readonly> for static form ↵Patrick H. Lauke1-5/+5
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-04-07Documentation - Add inserted event for Tooltip and PopoverJohann-S1-0/+4
2017-03-28Fix JS components console error "Error: <Component> is transitioning"Pierre Vanduynslager1-0/+3
2017-03-24Add missing v4 docs for tooltip/popover methods (#22246)Sid1-0/+18
Add missing v4 docs for tooltip/popover methods
2016-12-31Move .table-responsive from wrapper to .tableQuy1-135/+131
2016-12-19Remove mention of popovers auto placement + add note to migration docsJohann-S1-1/+1
2016-10-09remove arrows from popovers docsMark Otto1-4/+0
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow1-6/+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-04-02Docs: Correct arg `offsets` to `offset` in tooltips & popoversKay.L1-1/+1
[skip sauce]
2016-01-24DOCS - Fix a link in popover for v4Abdullah Alrasheed1-1/+1
2015-10-23Remove unnecessary .bd-popover class from docsThomas Shinnick1-3/+3
Also one spelling typo corrected. Closes #18043
2015-10-23Rename docs-specific static tooltip/popover classes for clarity; refs #18043Chris Rebert1-1/+1
[skip sauce]
2015-09-28Use backticks/<code> for JS snippets in docs headings; closes #17192Chris Rebert1-5/+5
[skip sauce]
2015-09-16Fix doc for tooltips and popover method disposeJohann-S1-2/+2
2015-09-07Fix usage of “its” and “it’s”Zearin1-1/+1
2015-08-31Accept elements as the tooltip / popover contentGleb Mazovetskiy1-2/+2
When a DOM node is passed to an HTML tooltip, the `title` node is only moved if it is not already in the tooltip. Otherwise, `empty()` is used instead of `detach()` before appending the `title` to avoid memory leaks. If a DOM node is passed to a plain text tooltip, its text is copied via jQuery `.text()`. Replaces `.detach()` with `.empty()`, as `.detach()` is almost never useful but instead leaks memory. The difference between `empty` and `detach` is that the latter keeps all the attached jQuery events/data. However, since we do not return the previous children, the user would have to keep these themselves, thus they can `detach()` if necessary. This is a port of https://github.com/twbs/bootstrap/pull/14552 to v4.
2015-08-20Fix options link in Popover docsChris Rebert1-1/+1
2015-08-20Popover docs: Fix "Tether" capitalizationChris Rebert1-3/+3
2015-08-21Docs: various fixesHeinrich Fenkart1-2/+2
Mostly links. Fixes #17056.
2015-08-20Fix container option example codeZac Echola1-2/+2
2015-08-19tehter -> tetherSupergibbs1-1/+1
2015-08-15update tooltip/popover docsJacob Thornton1-0/+2
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-12fix modalJacob Thornton1-6/+10
2015-08-09contentMark Otto1-0/+2
2015-08-08transitions and text changesMark Otto1-1/+3
2015-08-05restore page headers, use partial and page frontmatter to organize itMark Otto1-0/+1
2015-06-18Merge branch 'master' into v4Mark Otto1-12/+12
2015-05-29add markdown toc stuffMark Otto1-0/+5
2015-04-16Redo all our callouts with the custom callout pluginMark Otto1-39/+40
- 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-13/+13
2015-03-30move more js stuff to components sectionMark Otto1-0/+332