What I ended up doing was just that; I wrote out what form.custom.begin was 
outputting and added the style tag manually. I was just wondering if there 
was a way to manipulate the tag without resorting to this.

On Monday, October 28, 2013 7:34:53 PM UTC-4, Anthony wrote:
>
> How are you creating the form? Is it the auth.login() form, or your own 
> form? Do you need to use form.custom.begin to get the layout you need?
>
> On Monday, October 28, 2013 6:48:26 PM UTC-4, arche...@gmail.com wrote:
>>
>> Part of what I wanted to do was manipulate the inline style dynamically 
>> inline in the tag. It seems that it is being stated that a workaround is 
>> needed for this... but thank you for all your help!
>>
>> On Monday, October 28, 2013 6:42:13 PM UTC-4, Ramos wrote:
>>>
>>> @css
>>>
>>> form.myform {
>>> ...
>>> }
>>>
>>> only afects myform class, not all forms
>>>
>>>
>>> 2013/10/28 <arche...@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.comha 
>>>>> 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+un...@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