Re: [html-formfu] Re: Element labels before the element

2011-04-21 Thread Marc Logghe
Hi, First you need to create the formfu tt files by running the command: script/myapp_create.pl HTML::FormFu They end up in root/formfu. Second, in the yml you only need to add: render_method: tt In my particular case the form was wrapped by ul tags (form ). Fields

Re: [html-formfu] Re: Element labels before the element

2011-04-21 Thread J. Bobby Lopez
I was able to get close to what I want using type=Radiogroup, but I've run into another issue with that. Maybe TT is the right way to go if I want complete control over the layout? Would you have any example .yml files and .tt files that should how you use formfu with TT? Here's the other issue

Re: [html-formfu] Re: Element labels before the element

2011-04-21 Thread Marc Logghe
I achieved this by using the render_method = tt and customizing the formfu templates On Wed, Apr 20, 2011 at 11:11 PM, J. Bobby Lopez wrote: > Maybe I had the first question backwards... I'd like element first, then > the label :\ > > > On Wed, Apr 20, 2011 at 5:09 PM, J. Bobby Lopez wrote: > >

[html-formfu] Re: Element labels before the element

2011-04-20 Thread J. Bobby Lopez
Maybe I had the first question backwards... I'd like element first, then the label :\ On Wed, Apr 20, 2011 at 5:09 PM, J. Bobby Lopez wrote: > Hello, > > I'm just starting out with FormFu, and am looking for a way to place > element labels before the element (not afterward) from within the .yml