[Catalyst] HTML::Widget
Sebastian Riedel
sri at oook.de
Tue Jan 17 04:24:03 CET 2006
17.01.2006 03:19 Allen S. Rout:
>
>
> I'm trying to use HTML::Widget to make my forms. I got as far as
> emitting the basic $result->as_xml, which is (very reasonably, and as
> expected) functionally correct but looks like ass.
It's easy to style with css, example included.
http://cpansearch.perl.org/src/SRI/HTML-Widget-1.01/examples/
simple.css
> I am setting about rendering the pieces of the form individually,
> intersperced with markup. I can elicit the individual elements just
> fine, but I can't find the right knobs to generate things like the
> form tag, and the other bits and pieces which HTML::Widget would put
> there. Looking through the code, it's not clear that such an
> operation is defined. Am I barking up the wrong tree?
There is no form tag generator for the iterator api yet, but it's
planned and i'll implement it asap.
--
sebastian
More information about the Catalyst
mailing list