diff --git a/articles/components/popover/index.adoc b/articles/components/popover/index.adoc index 760661acf8..75e59868c3 100644 --- a/articles/components/popover/index.adoc +++ b/articles/components/popover/index.adoc @@ -43,7 +43,7 @@ include::{root}/frontend/themes/docs/popover-notification-panel.css[] Popovers support focusable, interactive content, and can be used to build virtually any type of anchored overlays from custom drop-down fields and drop-down buttons to and interactive tooltips. -The popover’s position is anchored to an element in the UI, called the *target element*. +The popover’s position is anchored to an element in the UI, called the *target element*, by calling `setTarget()`. The actual content of the popover's overlay is added to it as with any other component container. Popovers differ from <<../dialog#,Dialogs>> in that they are visually anchored to a target element, and they differ from <<../tooltip#,Tooltips>> in that they can be focused and support rich, interactive content.