Skip to content

Instantly share code, notes, and snippets.

@ggkrustev
Created August 3, 2016 14:45
Show Gist options
  • Save ggkrustev/1406b5fbe348fba9649f6d45ab8bdb92 to your computer and use it in GitHub Desktop.
Save ggkrustev/1406b5fbe348fba9649f6d45ab8bdb92 to your computer and use it in GitHub Desktop.
Popup strategy of Kendo Popup for Angular 2
horizontal:
{
'left', //use 'left' pivot point of the element
'center', //use 'center' pivot point of the element
'right' //use 'right' pivot point of the element
}
vertical:
{
'top', //use 'top' pivot point of the element
'center', //use 'center' pivot point of the element
'bottom'//use 'bottom' pivot point of the element
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment