SmartGWT version SC_SNAPSHOT-2011-12-05/LGPL Development Only (built 2011-12-05)
Firefox 7.0.1
When we do FormItem.setPrompt to set tooltip text, we tend to get extra space at the end of all our tool tips. We see how we can set the width by number of pixels with .setHoverWidth but then we have to know exactly how many pixels wide our text is to insure there is no space in the tooltip box to the right of the text.
Is there some way we can set this up so that the yellow tooltip box would automatically be just wide enough to hold the text we give it?
Ed
Firefox 7.0.1
When we do FormItem.setPrompt to set tooltip text, we tend to get extra space at the end of all our tool tips. We see how we can set the width by number of pixels with .setHoverWidth but then we have to know exactly how many pixels wide our text is to insure there is no space in the tooltip box to the right of the text.
Is there some way we can set this up so that the yellow tooltip box would automatically be just wide enough to hold the text we give it?
Ed
Comment