[Zope3-checkins]
SVN: Zope3/branches/jhauser-filefieldwidget/src/zope/app/file/PROPOSAL.txt
Remove repeated text part.
Roger Ineichen
roger at projekt01.ch
Thu Jan 20 04:58:56 EST 2005
Log message for revision 28883:
Remove repeated text part.
Rename MimeDataInputWidget to MimeDataWidget.
Name Input isn't used in IInput widgets naming, just the name Display is used in IDisplay widgets.
Changed:
U Zope3/branches/jhauser-filefieldwidget/src/zope/app/file/PROPOSAL.txt
-=-
Modified: Zope3/branches/jhauser-filefieldwidget/src/zope/app/file/PROPOSAL.txt
===================================================================
--- Zope3/branches/jhauser-filefieldwidget/src/zope/app/file/PROPOSAL.txt 2005-01-20 08:52:05 UTC (rev 28882)
+++ Zope3/branches/jhauser-filefieldwidget/src/zope/app/file/PROPOSAL.txt 2005-01-20 09:58:56 UTC (rev 28883)
@@ -73,7 +73,7 @@
required=False,
)
- IFile/contents/Mime field - MimeInputWidget:
+ IFile/contents/Mime field - MimeWidget:
The input widget is like a object widget which renders it's information
from the schema IMime. The widget is used for the field contents in the
@@ -96,21 +96,17 @@
- set the encoding if given and type is a text format
- IMime/data/MimeData - MimeDataWidget:
-
- - render input field of type=file
-
- - store fileupload to the field data
-
- - don't override data value if upload is empty
-
IMime/data/MimeData - MimeDataWidget (IInputWidget):
The widget is used in the IMime schema on the data field
The interface field is called MimeData
+
+ - render input field of type=file
+
+ - stores FileChunk or str to the value (field data)
+
+ - don't override data value if upload is empty
- - stores FileChunk or str to the value
-
IMime/data/MimeData - MimeDataDisplayWidget (IDisplayWidget):
We need different widgets for displaying files. The different usecases
More information about the Zope3-Checkins
mailing list