@css

form.myform {
...
}

only afects myform class, not all forms


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

> {{login_form['_style']="display:inline"}} does not work
>
> @Ramos, in this specific case, I would like the style to be inline with
> the form tag rather than anywhere else, since anywhere else would affect
> forms globally.
>
>
> On Monday, October 28, 2013 6:12:28 PM UTC-4, Paolo Caruccio wrote:
>>
>> Perhaps this still works
>>
>> https://groups.google.com/d/**msg/web2py/DyspJUl_IMM/**njKjq9mEb_0J<https://groups.google.com/d/msg/web2py/DyspJUl_IMM/njKjq9mEb_0J>
>>
>> Replace
>>
>> form['_class'] = "form-horizontal"
>>
>> with
>>
>> form['_style'] = "display:inline;"
>>
>>
>>
>> Il giorno lunedì 28 ottobre 2013 22:00:20 UTC+1, arche...@gmail.com ha
>> scritto:
>>>
>>>
>>> I was wondering how to put a style on a form tag.
>>> {{login_form.custom.begin['_**style']="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 (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