We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It can be tedious to add a list of attributes to every field ( e.g. when specifying the custom field_list ), especially for rendering.
e.g. I use the widget "Bootstrap3", and I want to add these attributes to every field:
element_wrapper_class: "col-md-10" label_class: "col-md-2"
to make the horizontal form work again ( "form-horizontal" does not work in bootstrap3 )
Of course, local assigned attributes should have precendence.
Is this possible?
The text was updated successfully, but these errors were encountered:
Mm, I think I found this:
http://search.cpan.org/~gshank/HTML-FormHandler/lib/HTML/FormHandler/Manual/Rendering.pod#html_attributes_callback
Sorry, something went wrong.
No branches or pull requests
It can be tedious to add a list of attributes to every field ( e.g. when specifying the custom
field_list ), especially for rendering.
e.g. I use the widget "Bootstrap3", and I want to add these attributes to every field:
to make the horizontal form work again ( "form-horizontal" does not work in bootstrap3 )
Of course, local assigned attributes should have precendence.
Is this possible?
The text was updated successfully, but these errors were encountered: