right.

<div class="thing_bb__row">
   <p>{{=form.custom.label.bb}}:</p>
   <p>{{=form.custom.widget.bb}}</p>
</div>

does this work?

On Wednesday, 5 June 2013 12:09:00 UTC-5, Jose wrote:
>
>
>
> El miércoles, 5 de junio de 2013 11:53:18 UTC-3, Massimo Di Pierro 
> escribió:
>>
>> works if you replace
>>
>>    <p>{{=form.custom.label.bb}}:</p>
>>     <p>{{=form.custom.widget.bb}}</p>
>>
>> with
>>
>>    <div class="thing_bb__raw">
>>    <p>{{=form.custom.label.bb}}:</p>
>>    <p>{{=form.custom.widget.bb}}</p>
>>    </div>
>>
>> there must a tag with class "<table>_<field>__row" that delimits what 
>> should be hidden.
>>
>>
> Massimo
>
> is not working.
>
> <div class="thing_bb__r*o*w">
>

-- 

--- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to