On Sun, Apr 26, 2009 at 12:45 PM, carlo <[email protected]> wrote: > I can not find the right way to put in a TEXTAREA some texts each on a > new line. Any help?
In gluon/html.py we have a class TEXTAERA. Example: TEXTAREA(_name='test', value='line1\nline2', _cols=70, _rows=5) -- Álvaro Justen Peta5 - Telecomunicações e Software Livre 21 3021-6001 / 9898-0141 http://www.peta5.com.br/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

