From c793032aab5971a99031302938b857d8c15d4722 Mon Sep 17 00:00:00 2001 From: helmutm Date: Mon, 3 Sep 2007 17:15:13 +0000 Subject: [PATCH] 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 --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 90e2987..bce59d5 100755 --- a/README.txt +++ b/README.txt @@ -709,7 +709,7 @@ that in turns calls formlibs ``setUpWidgets()``. The new technique uses the ``fields`` and ``data`` attributes... >>> for f in view.fields: - ... print f.name, f.fieldType, f.required + ... print f.name, f.fieldType, f.required, f.voc title text True description textarea False data textarea False