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.
  • Text
    What is displayed when the user hovers over the tooltip element.
  • Enable markdown
    Toggle on for the Text field to be treated as basic markdown syntax.

    Note

    For more information on basic markdown syntax, see the Markdown basic syntax guide.

  • Enable auto-width
    Enable for the tooltip width to be calculated automatically. Otherwise, the max tooltip width is 300px.
  • Placement
    Specifies the popup 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