[flexcoders] line returns in a tooltip field

2010-06-26 Thread Scott
I'm scratching my head on this one...  Can't be any more simple than it
is...

 

http://livedocs.adobe.com/flex/3/html/help.html?content=tooltips_3.html

 

I'm trying to set/format the toolTip on a dataGrid so that there's
multiple lines in the toolTip.

 

On the dataGrid I have toolTip=This is a very #13; tooltip placed
#13; on multiple lines.

 

This doesn't work on the dataGrid, but it sure does on the button:

mx:Button id=b2 label=Submit width=100 toolTip=Click this button
#13; to submit the form./

 

Anyone have an idea?



Re: [flexcoders] line returns in a tooltip field

2010-06-26 Thread Baz
In flex 4 this works:

mx:DataGrid id=b2 width=100 toolTip=Click this button #13; to submit
the form./