Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Tool-tips in two lines (Read 2881 times)
Rostek
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 2
Joined: Sep 27th, 2007
Tool-tips in two lines
Sep 27th, 2007 at 8:31pm
Print Post  
Hi,
I need to do tool-tip in two lines.
How can I do it ? I tried to write html tag like </br> but still tip was in one line.Also I tried to write my own tip in javascript but java aplet is always on top.Perhaps you can help my how to do it that the flowchart will be on rear.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Tool-tips in two lines
Reply #1 - Sep 28th, 2007 at 1:07am
Print Post  
Hi,

The Java Swing Tooltip control ignores new-line symbols in plain-text tooltips, but lets you use HTML, including image and hyperlink elements. You can display HTML by enclosing the tooltip contents with <html> and </html> tags.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Rostek
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 2
Joined: Sep 27th, 2007
Re: Tool-tips in two lines
Reply #2 - Sep 28th, 2007 at 4:07am
Print Post  
It's working  Smiley Thanks  Smiley
You saved me a lot of time.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint