Re: [flexcoders] line break?

2010-07-06 Thread dorkie dork from dorktown
// it used to be an issue which line break you used \n vs \r or the famous
\n\r
// each would work or not work depending on operating system
// or "\n" or "\n\r" or "" if html email

var lineBreak:String = "\r";
private var emailString:String = emailMsg1 + lineBreak + emailMsg1 +
lineBreak +  emailMsg3;

On Tue, Jul 6, 2010 at 11:28 AM, Oleg Sivokon  wrote:

>
>
> ["foo", "bar", "foobar"].join("\r");
>  
>


Re: [flexcoders] line break?

2010-07-06 Thread Oleg Sivokon
["foo", "bar", "foobar"].join("\r");


[flexcoders] line break?

2010-07-06 Thread markflex2007
Hi,

The following code is for building a email message.


private var emailMsg1:String = "message 1" ;
private var emailMsg2:String = "message 2" ;
private var emailMsg3:String = "message 3" ;
private var emailString:String = emailMsg1 + emailMsg1 + emailMsg3;


I need send the emailString by email and I need add line break between 
different messages.

I hope the email look like this:

message 1
message 2
message 3

Please help me and let me how to add line break between strings.

Thanks a lot

Mark




[flexcoders] line break in Actionscript variable

2008-06-24 Thread jovialrandor
I want to be able to display line breaks in an email template that i am 
seding out from flex.

I want to be able to assign a line break in a variable assignment.

for example:

public var text:String = "How are you?  I am fine."


[display]

How are you?
I am fine





[flexcoders] Line break in Checkbox label

2006-10-11 Thread Wally Randall
Is it possible to force a line break in the checkbox label?




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] line break in the formitem label

2006-01-23 Thread Abdul Qabiz





Hi,
 
You can achieve the same by subclassing the FormItem class 
and using multiline textinput instead of single-line 
textinput.
 
-abdul


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
deepu_vermaSent: Monday, January 23, 2006 5:55 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] line break in the 
formitem label
How can wrap the text for a form label?Here is an 
examplerequired="true" >  
    
    
    
    
    
    width="500" height="80" 
cornerRadius="0"/>  
    
    
      
    
    
  
  
  In the output I want to 
wrap the label to show "Tracking" in onelineand "reporting requirements" in 
another.I tried \n in the label but it does not 
works.





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] line break in the formitem label

2006-01-23 Thread deepu_verma
How can wrap the text for a form label?

Here is an example






In the output I want to wrap the label to show "Tracking" in oneline
and "reporting requirements" in another.
I tried \n in the label but it does not works.






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/