django-etc
stable
  • Model Related Bits
  • Tools for Django Admin
  • Forms Related Bits
    • set_form_widgets_attrs
  • Various utils
  • Thirdparty Related Bits
django-etc
  • Docs »
  • Forms Related Bits
  • Edit on GitHub

Forms Related Bits¶

set_form_widgets_attrs¶

etc.toolbox.set_form_widgets_attrs allows bulk apply HTML attributes to every field widget of a given form.

set_form_widgets_attrs(my_form, {'class': 'clickable'})
Next Previous

© Copyright 2014-2022, Igor `idle sign` Starikov Revision 88b96d40.

Built with Sphinx using a theme provided by Read the Docs.