zope.formlib¶
Forms are web components that use widgets to display and input data. Typically a template displays the widgets by accessing an attribute or method on an underlying class.
Documentation is hosted at https://zopeformlib.readthedocs.io/en/latest/
Introduction and Basics¶
- Forms
- Browser Widgets
- Error handling
- Object Widget
- Source Widgets
- Changes
- 6.1 (unreleased)
- 6.0 (2023-03-27)
- 5.0.1 (2021-10-25)
- 5.0.0 (2021-10-25)
- 4.7.1 (2020-03-31)
- 4.7.0 (2020-02-27)
- 4.6.0 (2019-02-12)
- 4.5.0 (2018-09-27)
- 4.4.0 (2017-08-15)
- 4.3.0 (2014-12-24)
- 4.3.0a1 (2013-02-27)
- 4.2.1 (2013-02-22)
- 4.2.0 (2012-11-27)
- 4.1.1 (2012-03-16)
- 4.1.0 (2012-03-15)
- 4.0.6 (2011-08-20)
- 4.0.5 (2010-09-16)
- 4.0.4 (2010-07-06)
- 4.0.3 (2010-05-06)
- 4.0.2 (2010-03-07)
- 4.0.1 (2010-02-21)
- 4.0 (2010-01-08)
- 3.10.0 (2009-12-22)
- 3.9.0 (2009-12-22)
- 3.8.0 (2009-12-22)
- 3.7.0 (2009-12-18)
- 3.6.0 (2009-05-18)
- 3.5.2 (2009-02-21)
- 3.5.1 (2009-01-31)
- 3.5.0 (2009-01-26)
- 3.4.0 (2007-09-28)
- 3.4.0a1 (2007-04-22)
API Details¶
- API Reference
- zope.formlib.interfaces
- zope.formlib.boolwidgets
- zope.formlib.errors
- zope.formlib.exception
- zope.formlib.form
- zope.formlib.i18n
- zope.formlib.itemswidgets
- zope.formlib.namedtemplate
- zope.formlib.objectwidget
- zope.formlib.sequencewidget
- zope.formlib.source
- zope.formlib.textwidgets
- zope.formlib.utility
- zope.formlib.widget
- zope.formlib.widgets