On Wed, Apr 4, 2012 at 7:10 AM, abhishek jain
<abhishek.netj...@gmail.com> wrote:
> hi,
> I in yml file have
> - type: Text
>   name: one
>   label: something
>
> it generates:
>
> <div class="text label">
> <input name="one">
> </div>
>
> I want to change the class of this div,

See the following sections of the docs:

The tag itself:
https://metacpan.org/module/HTML::FormFu::Role::Element::Field#container_tag

The tag's attributes:
https://metacpan.org/module/HTML::FormFu::Role::Element::Field#container_attributes

HTH,

-- 
Brian Cassidy (brian.cass...@gmail.com)

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to