Opened 17 years ago
Closed 17 years ago
#4559 closed (invalid)
Newforms documentation mentions "widgets" - but never describes the list of widgets ...
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | newforms wideets definition | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The page at http://www.djangoproject.com/documentation/newforms/
talks about "widgets" in many places and promises a listing of the widgets - but never actually provides one!
Specific quotes from the documentation <quote>The widget argument lets you specify a Widget class to use when rendering this Field. See “Widgets” below for more information.</quote>
I am a newbie to django and love the newforms idea + style - but am still trying to see exactly what I get and how it would mesh with some of the dojo code I've already got running (well almost running).
Hello,
Just check unittestests for newforms - http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms/tests.py it provides pretty much full list of widgets. And newforms documentation is not finished at the moment.