Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic How to specifiy ToolTip width/height ? (Read 1362 times)
jlj30
Full Member
***
Offline


I love YaBB 1G - SP1!

Posts: 183
Joined: Sep 4th, 2011
How to specifiy ToolTip width/height ?
Nov 8th, 2012 at 9:29pm
Print Post  
Hi,

Is there any way to specify the width and height of the ToolTip for  a ShapeNode?

I am able to display the ToolTip but it's very wide and narrow.
Using Java Applet mode.

Thanks in advance.

Jim
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: How to specifiy ToolTip width/height ?
Reply #1 - Nov 9th, 2012 at 7:31am
Print Post  
Hi,

Java can display HTML tooltips, so you could use a div element to specify width:

Code
Select All
node.ToolTip = "<html><div width='80'>long tooltip text goes in this div</div></html>"; 



I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint