Show Hover Popup
Constructors
Functions
Link copied to clipboard
fun show( tag: CommonAttributeGroupFacade, positioning: (target: HTMLElement, contentSize: Vector2D) -> Vector2D, view: PopupRenderer)
Content copied to clipboard
Extensions
Link copied to clipboard
fun PopupsManager.ShowHoverPopup.topCenter( tag: CommonAttributeGroupFacade, appearance: SemanticTag.() -> SemanticTag = { this }, content: DIV.() -> Unit)
Content copied to clipboard
Link copied to clipboard
fun PopupsManager.ShowHoverPopup.topLeft( tag: CommonAttributeGroupFacade, appearance: SemanticTag.() -> SemanticTag = { this }, content: DIV.() -> Unit)
Content copied to clipboard
Link copied to clipboard
fun PopupsManager.ShowHoverPopup.topRight( tag: CommonAttributeGroupFacade, appearance: SemanticTag.() -> SemanticTag = { this }, content: DIV.() -> Unit)
Content copied to clipboard