Tooltip

This element is an icon that typically shows text information about a UI element when the user hovers over it.

../../../../_images/ss-uibuilder-tooltip.png

Configuration settings

  • ID
    Element identifier used to refer to in the callbacks/other areas.
  • Text
    What is displayed when the user hovers over the tooltip element.
  • Enable markdown
    Enable for the tooltip text to be treated as markdown text.
  • Enable auto-width
    Enable for the tooltip width to be calculated automatically. Otherwise, the max tooltip width is 300px.
  • Placement
    Specifies the tooltip text placement relative to the icon.
    There are 12 options:
    • top

    • top-start

    • top-end

    • bottom

    • bottom-start

    • bottom-end

    • left

    • left-start

    • left-end

    • right

    • right-start

    • right-end