cmes
Newbie
Posts: 1
Registered: 3/27/2003
Member Is Offline
|
| posted on 3/27/2003 at 09:49 AM |
|
|
text wrap
is it possible to get the text wrapped inside the hint. I'm using your sample with the XP-style (as used in bottom of demo) but I need to put a
few lines of text. The window is a popup of max 400 wide. How can I make the hints a max number of pixels wide with wrap.
Attachment: hints_cfg.js (1.49kb)
This file has been downloaded 1150 times
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 3/28/2003 at 09:17 AM |
|
|
You should just insert <br> where you want to have a line break.
|
|
|
thegreatone
Newbie
Posts: 1
Registered: 9/18/2003
Member Is Offline
|
| posted on 9/18/2003 at 02:15 PM |
|
|
What would be the best way to have the tip "stretch" to fit in several lines of text? Should I change the height attributes or the
rowspan?
Basically, I want each image that makes up the tip to grow to fit the text passed to it...
Any suggestions?
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 9/19/2003 at 08:02 AM |
|
|
If you don't want your line to break you should insert instead of breaks. Where you want it to break insert <br>.
|
|
|
JugglingReferee
Junior Member
Posts: 3
Registered: 4/22/2003
Location: Waterloo, Ontario, Canada
Member Is Offline
|
| posted on 6/5/2004 at 12:42 PM |
|
|
I too would like to do this: have multiple lines with my hint using this "XP-style" of hint. I can insert a <br> into my hint no
problem, and the hint shows up on as many lines as I instructed it to.
The issue is that the exclamation mark graphic does not expand vertically with the multiple lines of text.
Any ideas?
|
|
|
Filipo
Junior Member
Posts: 2
Registered: 10/5/2005
Location: Bogotá - Colombia
Member Is Offline
|
| posted on 10/5/2005 at 09:48 PM |
|
|
The solution is to cut the images in smaller pieces, and rewrite the ... Aghhhh! It's very dificult to me to write in english! Here you have de
solution. I changed the table, and the Build function.
See this demo: http://www.teletraining.com.co/PowerView/Demo/hints.htm
Attachment: solution.zip (3.08kb)
This file has been downloaded 659 times
|
|
|