change on default values for dropdown field

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2136 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2007-10-31 11:56:03 +00:00
parent 71202469a2
commit b5a8ddc1f9

View file

@ -716,7 +716,7 @@ The new technique uses the ``fields`` and ``data`` attributes...
linkUrl textline False None linkUrl textline False None
>>> view.data >>> view.data
{'linkUrl': None, 'contentType': u'', 'data': '', {'linkUrl': u'', 'contentType': u'', 'data': u'',
'title': u'Test Note'} 'title': u'Test Note'}
The object is changed via a FormController adapter created for The object is changed via a FormController adapter created for