Skip to content

Commit

Permalink
Tooltip: Document locateUpdate method
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrambilla committed Nov 1, 2019
1 parent ea5fbc3 commit 72afbc5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/4.0/widgets/popover.md
Expand Up @@ -438,6 +438,10 @@ Shows an element's popover.

Hides an element's popover.

#### `.CFW_Popover('locateUpdate')`

Update the positioning of a popover. Can be useful after an AJAX content update.

#### `.CFW_Popover('unlink')`

Hides the popover, removes events and attributes from both trigger and popover.
Expand Down
4 changes: 4 additions & 0 deletions site/4.0/widgets/tooltip.md
Expand Up @@ -346,6 +346,10 @@ Shows an element's tooltip.

Hides an element's tooltip.

#### `.CFW_Tooltip('locateUpdate')`

Update the positioning of a tooltip. Can be useful after an AJAX content update.

#### `.CFW_Tooltip('unlink')`

Hides the tooltip, removes events and attributes from both trigger and tooltip.
Expand Down

0 comments on commit 72afbc5

Please sign in to comment.