Re: [web2py] resizing inputbox without javacsript

2013-10-10 Thread Andreas Wienes
Hello Ricardo, this works like a charm. :-) Thanks a lot! Where can I look up such information? I didn't found it in the web2py book. Best regards Andreas Am Donnerstag, 10. Oktober 2013 21:58:42 UTC+2 schrieb Ricardo Pedroso: > > On Thu, Oct 10, 2013 at 5:50 PM, Andreas Wienes > > > wrote:

Re: [web2py] resizing inputbox without javacsript

2013-10-10 Thread Ricardo Pedroso
On Thu, Oct 10, 2013 at 5:50 PM, Andreas Wienes wrote: > > Because I'm not very familar in using JavaScript and don't like the idea > to use it for formating more than one inputbox, I hope there is another > cleaner and easier way doing this. Maybe with parameters like > {{=register_form.custom.

[web2py] resizing inputbox without javacsript

2013-10-10 Thread Andreas Wienes
I know this has been asked serveral times before, but I couldn't find a working solution for me. I use the auth.login() and auth.register() forms to build a login screen similar to twitter. I'm doing this with the following lines of code: {{=login_form.custom.begin}} {{=login_form.custom.wi