It's not a bug, but it is a limitation. form.custom.begin is not an HTML 
helper (can't be because it's just the opening tag of the form), so it 
cannot be manipulated the same way you can manipulate other helper objects. 
In any case, if you're building a custom form (and for some reason cannot 
specify the class of the form at the time the form is created), it's just 
about as easy to manually write the HTML in place of form.custom.begin.

Anthony

On Thursday, March 20, 2014 2:52:41 PM UTC-4, Leonel Câmara wrote:

> Yeah, I know I can do that. However, I actually think that, if this really 
> doesn't work, then it is a bug; as there is no way to add a class or other 
> attributes to the form HTML element in custom forms, which are supposed to 
> be "custom".
>

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

Reply via email to