Page 1 of 1

Tooltip font and proper use of component

PostPosted: 19 Mar 2014 11:56
by duffo64
Hi guys,

Just wondering:

1 - How do I set Tooltip font attributes ? Should I explicitly tweak tooltip css ? I have a theme selector in the page
2 - I need to show (long) text when users hover on buttons, and I am using a tooltip for this. Would you suggest a more appropriate component ?

Thanks as always

Claudio

Re: Tooltip font and proper use of component

PostPosted: 19 Mar 2014 13:08
by Jorge Sousa
You can use

Tooltip.JQTooltipOptions.InnerHtmlStyle

or .DivStyle or .TableStyle

http://www.cgdevtools.com/docs/_html/IWCGJQTooltip.TIWCGJQTooltipOptions.htm

Re: Tooltip font and proper use of component

PostPosted: 26 Mar 2014 17:55
by duffo64
Thanks,

I seen the demo, but was not able to figure out. Now I understand how to adapt it to my needs.

Claudio