Sabitha Kadhiresan
Hi,
I have tooltip which is long. I did try changing the configuration defaults of width attribute but the tooltips contents still appeared tall and narrow.I am trying to display the tooltip contents to make it display in a single line. Is this an known issue?
Would also like to know ,why the following issue happens When I place the tooltip around the input text or Radio button or check box . The label of the control that is inside the tooltip does not display.
SPARK Support
Hi Sabitha,
The Tooltip control has it’s own label. This is the label that is displayed when a control is nested within a Tooltip.
The reason you are having an issue with the width of the Tooltip is due to the fact that the HTML element containing the text gets it width from the outer div containing the underlying control. In order to set the width to be longer than the control it’s displaying above, you need to add CSS that will affect the tooltip text popup div.
Regards,
Stephen P.