Skip to main content
Answer

Tooltip Resource Scheduler - Universal GUI

  • March 30, 2023
  • 2 replies
  • 130 views

rbiram
Hero
Forum|alt.badge.img+4

Hi,

I was wondering if it’s possible to style the tooltip in the Universal GUI resource scheduler? I’ve tried using some html tags to see if it did something, but to no avail. 

As you can see in the screenshot below the width is also way out of proportion as well. 

 

Tooltip width

 

Best answer by Jochem Pieper

Hi @rbiram,

The cause of the proportional space that is being showed in the tooltip, might be due to the fact that there is empty space in the string of the tooltip/column that is used for this function.

Furthermore, HTML is not supported in this tooltip, and I believe styling is being worked on. In the meantime, if you want to add more information to your tooltip, you can use CHAR(13) in your table/view query to add an enter/next line in your tooltip.

I hope this helps for now.

 

Best regards,

Jochem 

This topic has been closed for replies.

2 replies

Jochem Pieper
Moderator
Forum|alt.badge.img+3

Hi @rbiram,

The cause of the proportional space that is being showed in the tooltip, might be due to the fact that there is empty space in the string of the tooltip/column that is used for this function.

Furthermore, HTML is not supported in this tooltip, and I believe styling is being worked on. In the meantime, if you want to add more information to your tooltip, you can use CHAR(13) in your table/view query to add an enter/next line in your tooltip.

I hope this helps for now.

 

Best regards,

Jochem 


Arie V
Community Manager
Forum|alt.badge.img+12
  • Community Manager
  • April 3, 2023

@rbiram Styling can most likely also be done in custom.css. We do this in the Maps pop-up for example.