[flexcoders] Concatenate data into multiline Text in Itemrenderer

2006-12-29 Thread pdflibpilot
Is there a simple way to concatenate multiple data fields into a single TextArea and force newlines between data ? I am displaying this data inside and inline ItemRenderer component. Concatenation is simple enough however using \n, \\n, \n\r, or \r, do not yield a new line. Is it possible ? or is

Re: [flexcoders] Concatenate data into multiline Text in Itemrenderer

2006-12-29 Thread Yiðit Boyar
you can use textArea.htmlText property instead of text and lt;brgt; for new line (br) - Original Message From: pdflibpilot [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, December 29, 2006 3:29:54 PM Subject: [flexcoders] Concatenate data into multiline Text