|
 | arrowDirection |
Gets or sets a value indicating if there should be an arrow added to the popup, and what direction
it should be in.
|
 | closeOnEscapeKey |
Gets or sets a value indicating whether the popup will close when the escape key is pressed when focused inside the popup.
|
 | closeOnTriggerMouseClick |
Gets or sets a value indicating whether the popup will close when the mouse clicks off the trigger element.
|
 | closeOnTriggerMouseLeave |
Gets or sets a value indicating whether the popup will close when the mouse leaves the trigger element.
|
 | content |
Gets or sets the content that will be shown in the popup.
|
 | element |
Gets element of the popup.
|
 | isFrameHidden |
Gets or sets if the frame is hidden in the control.
|
 | isOpen |
Gets or sets a value indicating whether the popup is open.
|
 | isScrollPositionSaved |
Gets or sets a value indicating if the inline pop-up should save the scroll position between hiding and showing.
By default, it does not.
|
 | left |
Gets or sets the location of the left of the popup.
|
 | scrollElement |
Gets a value indicating the element to track scrolling on if scroll position saving is enabled.
|
 | showClass |
Gets or sets the CSS class that will be applied to the popup content when it is shown.
|
 | titleElement |
Gets title element of the popup.
|
 | top |
Gets or sets the location of the top of the popup.
|
 | triggerElement |
Gets or sets the element that caused the popup to be shown.
|