[Zope3-checkins] SVN: Zope3/branches/philikon-widget-subdirective/doc/CHANGES.txt updated changes entry regarding customsequencewidgetfactory

Philipp von Weitershausen philikon at philikon.de
Sun Jun 12 10:34:34 EDT 2005


Log message for revision 30773:
  updated changes entry regarding customsequencewidgetfactory
  

Changed:
  U   Zope3/branches/philikon-widget-subdirective/doc/CHANGES.txt

-=-
Modified: Zope3/branches/philikon-widget-subdirective/doc/CHANGES.txt
===================================================================
--- Zope3/branches/philikon-widget-subdirective/doc/CHANGES.txt	2005-06-12 14:33:44 UTC (rev 30772)
+++ Zope3/branches/philikon-widget-subdirective/doc/CHANGES.txt	2005-06-12 14:34:33 UTC (rev 30773)
@@ -729,10 +729,20 @@
 
       - Fixed issue #353 (applySkin does not work in functional doctests).
 
-      - Fix SequenceWidgets
-        Added a CustomSequenceWidgetFactory for using object widgets within a 
-        sequence. Added a howto for ObjectWidget
+      - Add support for sequence and vocabulary widgets to the <widget />
+        subdirective of the browser form directives.  Next to
+        CustomWidgetFactory, a CustomSequenceWidgetFactory and
+        CustomVocabularyFactory were created that handle these
+        widgets.  The subdirective handler determines which factory to
+        call depending on whether the specified widget class
+        provides either
 
+          - zope.app.form.interfaces.ISequenceWidgetFactory
+          - zope.app.form.interfaces.IVocabularyWidgetFactory
+          - none of the above (regular widget)
+
+        A howto for ObjectWidget as also added.
+
       - Fixed issue #293 (SequenceWidget and CustomWidgetFactory).
 
       - TextWidgets set the value attribute to "value" when the field



More information about the Zope3-Checkins mailing list