[flexcoders] Tooltip Text Formatting

2008-02-14 Thread jmfillman
I need to format the labels in my tooltip text. In the following code, I need the literal values Title: and Author: to be in bold fontWeight, with using a normal fontWeight. How can I do this? myButton.toolTip = Title: +this[books+selectedArray] [add].title+'\n'+Author:

RE: [flexcoders] Tooltip Text Formatting

2008-02-14 Thread Peter DeHaan
PROTECTED] On Behalf Of jmfillman Sent: Thursday, February 14, 2008 9:49 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Tooltip Text Formatting I need to format the labels in my tooltip text. In the following code, I need the literal values Title: and Author: to be in bold fontWeight