New to Kendo UI for Angular? Start a free 30-day trial
PopoverAnchorDirective
Represents the kendoPopoverAnchor
directive.
Targets an element to display a popover on user interaction.
html
<button kendoPopoverAnchor [popover]="myPopover">Show Popover</button>
Selector
[kendoPopoverAnchor]
Export Name
Accessible in templates as #kendoPopoverAnchorInstance="kendoPopoverAnchor"
Inputs
Name | Type | Default | Description |
---|---|---|---|
popover |
|
Specifies the popover instance to render.
Accepts a | |
showOn |
|
Specifies the mouse action that triggers the popover to show. See example. |
Methods
hide |
---|
Hides the Popover. See example. |
show |
---|
Shows the Popover. See example |
toggle |
---|
Toggles the visibility of the Popover. See example |