refactoring of browser/form.py - prepare for using cybertools.composer.schema instead of zope.formlib
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1994 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
2063e8fa17
commit
c793032aab
1 changed files with 1 additions and 1 deletions
|
@ -709,7 +709,7 @@ that in turns calls formlibs ``setUpWidgets()``.
|
||||||
The new technique uses the ``fields`` and ``data`` attributes...
|
The new technique uses the ``fields`` and ``data`` attributes...
|
||||||
|
|
||||||
>>> for f in view.fields:
|
>>> for f in view.fields:
|
||||||
... print f.name, f.fieldType, f.required
|
... print f.name, f.fieldType, f.required, f.voc
|
||||||
title text True
|
title text True
|
||||||
description textarea False
|
description textarea False
|
||||||
data textarea False
|
data textarea False
|
||||||
|
|
Loading…
Add table
Reference in a new issue