go to the next line in an edittext box ?

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
calier
Posts: 13
Joined: January 18th, 2005, 1:45 pm

does anyone know if there is a way to go to the next line in an "edittext" box ?

the usual "\n" is simply ignored ... bug ? :(

thanks
User avatar
redefinery
Posts: 112
Joined: April 1st, 2005, 8:16 pm
Location: CA
Contact:

Hi calier,

Use \r\n, and specify the multiline arg after the string, as in:

..., "line one\r\nline two", {multiline: true});

Hope this helps.

Jeff
calier
Posts: 13
Joined: January 18th, 2005, 1:45 pm

:D Awesome it works ! Thank you very much for your help
Post Reply