Hey,
I'm trying to work with "tooltips", and i see that there is a defaultWidth for Hover component (100).
As i can see, even if the text should take more than 100px, it will always wrap.
I want to set the maxWidth (400) for all Hovers' but no matter what i do in the "load_skin.js", the Hover components always have width 100.
How can i change the code, so the Hover will be in the width of the text, but will not exceed 400?
Thanks.
SmartClient version : v8.3p_2013-01-21/PwerEdition Development Only
I'm trying to work with "tooltips", and i see that there is a defaultWidth for Hover component (100).
As i can see, even if the text should take more than 100px, it will always wrap.
I want to set the maxWidth (400) for all Hovers' but no matter what i do in the "load_skin.js", the Hover components always have width 100.
How can i change the code, so the Hover will be in the width of the text, but will not exceed 400?
Thanks.
SmartClient version : v8.3p_2013-01-21/PwerEdition Development Only
Comment