Use this:
{{extend 'layout.html'}}
{{=form.customebegin}}
<ul> <li>Your name is {{=form.custom.widget.name}}</li></ul>
<input type="submit" />
{{=form.custom.end}}
On Mar 5, 3:15 am, max <[email protected]> wrote:
> I have a SQLForm with a widget , but i want to output it in a
> customized way.
> I tried the following example in book page 211.
> {{extend 'layout.html'}}
> <form>
> <ul> <li>Your name is <input name="name" /></li></ul>
> <input type="submit" /> <input type="hidden" name="_formname"
> value="test" />
> </form>
>
> But then the autocmplete widget doesn't work.
>
> My requirement is that I display the fields horizontally.
>
> can somebody give me a tip?
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en.