New to Kendo UI for Vue? Start a free 30-day trial

PopupProps

popup-append-to String

Defines a jQuery selector for locating a container element to which the popup will be appended.

popup-origin String

Specifies the position of the popup element based on the anchor point. The value represents space-separated y and x position values.

The supported y positions are:

  • bottom
  • center
  • top

The supported x positions are:

  • left
  • center
  • right

popup-position String

Specifies the point to which the popup element will attach to the origin point of the anchor. The value represents space-separated y and x position values.

The supported y positions are:

  • bottom
  • center
  • top

The supported x positions are:

  • left
  • center
  • right