if i understand you , use css in your view to acomplish that

form {
...
}


2013/10/28 <archean...@gmail.com>

> I actually wanted to append the style to the form tag itself, not its
> elements. So like <form style='display:inline'>
> What I am getting is that this isn't possible?
>
>
> On Monday, October 28, 2013 5:56:45 PM UTC-4, Ramos wrote:
>
>> maybe in your controller...
>>
>>
>>  form.element(_name='email')['_**class'] = "campo_email"
>>     form.element(_name='first_**name')['_class'] = "campo_nome"
>>     form.element(_name='last_name'**)['_class'] = "campo_sobrenome"
>>     form.element(_name='password')**['_class'] = "campo_senha"
>>     form.element(_name='password_**two')['_class'] = "campo_confirmacao"
>>
>>
>>
>> 2013/10/28 <arche...@gmail.com>
>>
>>>
>>> I was wondering how to put a style on a form tag.
>>> {{login_form.custom.begin['_**st**yle']="display:inline"}} fails with
>>> error <type 'exceptions.TypeError'>('XML' object does not support item
>>> assignment)
>>>
>>> Thank you in advance!
>>>
>>>  --
>>> Resources:
>>> - http://web2py.com
>>> - http://web2py.com/book (Documentation)
>>> - http://github.com/web2py/**web2py 
>>> <http://github.com/web2py/web2py>(Source code)
>>> - 
>>> https://code.google.com/p/**web2py/issues/list<https://code.google.com/p/web2py/issues/list>(Report
>>>  Issues)
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "web2py-users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to web2py+un...@**googlegroups.com.
>>>
>>> For more options, visit 
>>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
>>> .
>>>
>>
>>  --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to