:mod:`webhelpers2.html.tags` ================================================ .. automodule:: webhelpers2.html.tags .. currentmodule:: webhelpers2.html.tags Form tags --------- .. autofunction:: form .. autofunction:: end_form .. autofunction:: text .. autofunction:: textarea .. autofunction:: hidden .. autofunction:: file .. autofunction:: password .. autofunction:: checkbox .. autofunction:: radio .. autofunction:: submit Select and Options helpers ++++++++++++++++++++++++++ The ``select`` helper creates a dropdown selection box. It's mostly a wrapper around the ``Options`` class, which in turn is a container of ``Option`` and/or ``OptGroup`` instances. You can call ``Options.render`` on its own to create a set of options. This can be useful to manually place options inside an HTML