Configuration:
Wrapper container that will wrap all the elements from which you desire the tooltip to appear. The event listeners used in this pattern will be set to this element.
NOTE: If the tooltip is inside a div with transform properties, this container should have the same dimensions as the element being transformed. As an example, when using the OutSystems Sidebar widget, the Hover ContainerClass should be a wrapper around all the sidebar content.
If defined only hover/clicks in elements containing this class will trigger the tooltip. If empty the tooltip will always be visible inside the container defined by the HoverContainerClass input.
Tooltip X axis offset relative to the cursor. Default -20.
Tooltip Y axis offset relative to the cursor. Default 35.
Defines the tooltip width. Default 175px.
CSS Transform property on parent elements might mess with the tooltip positioning. If using the tooltip inside an element with Transform properties (ex. sidebar) and it's not working properly, set this flag to True.
Adds classes to the placeholder.