[html-formfu] Setting default render method for Catalyst::Controller::HTML::FormFu

2009-10-08 Thread Justin W
Hi, My google-fu appears to be weak. I want to set the render method on every single form on my site to tt. I've been putting render_method: tt at the top of every single form file. Surely there's a way I can put this in the Catalyst site config file somehow instead of re-typing it every sing

Re: [html-formfu] How to Display a printable copy of the form

2009-10-08 Thread Charlie Garrison
Good morning, On 8/10/09 at 2:49 PM -0400, Ascii King wrote: I would like to provide the user with the ability to print out the form with a pretty presentation. I was wondering if there is some automatic way to build this using the YAML config files? this would be nice because it would mean

Re: [html-formfu] How to Display a printable copy of the form

2009-10-08 Thread Carl Franks
Hi, Are you looking for HTML::FormFu::OutputProcessor::Indent ? It indents the rendered source, to make it easier to read. Carl 2009/10/8 Ascii King : > I would like to provide the user with the ability to print out the form with > a pretty presentation. I was wondering if there is some automati

[html-formfu] How to Display a printable copy of the form

2009-10-08 Thread Ascii King
I would like to provide the user with the ability to print out the form with a pretty presentation. I was wondering if there is some automatic way to build this using the YAML config files? this would be nice because it would mean that the printable form would automatically update if the config