yes

form=SQLFORM.factory(Field('x'),Field('y'))

<HTML>
......
 {{=form.custom.begin}}
 {{=form.custom.widget.x}}
 {{=form.custom.widget.y}}
 {{=form.custom.submit}}
 {{=form.custom.end}}
  ......
 </HTML>

On Oct 6, 9:51 am, leone <handja...@gmail.com> wrote:
> I want use FORM object and helpers objects, but I need complete
> control over html code.
> Exists a factory method as in SQLFORM, so I can code
> <HTML>
> ......
>  {{=form.begin}}
>  {{=form.widget.x}}
>  {{=form.widget.y}}
>  {{=form.submit}}
>  {{=form.end}}
>   ......
>  </HTML>
> ???
> If not, exist an alternative way to obtain the advantages of web2py
> and html flexibility?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to