[Zope3-checkins] CVS: Zope3/src/zope/app/browser/form - configure.zcml:1.9.2.2 editview.py:1.23.8.2 schemadisplay.py:1.2.12.2 widget.py:1.30.2.2
Albertas Agejevas
alga@codeworks.lt
Mon, 23 Jun 2003 10:21:11 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/form
In directory cvs.zope.org:/tmp/cvs-serv16963/src/zope/app/browser/form
Modified Files:
Tag: cw-mail-branch
configure.zcml editview.py schemadisplay.py widget.py
Log Message:
One more sync with HEAD.
=== Zope3/src/zope/app/browser/form/configure.zcml 1.9.2.1 => 1.9.2.2 ===
--- Zope3/src/zope/app/browser/form/configure.zcml:1.9.2.1 Sun Jun 22 10:22:39 2003
+++ Zope3/src/zope/app/browser/form/configure.zcml Mon Jun 23 10:19:40 2003
@@ -215,39 +215,65 @@
type="zope.publisher.interfaces.browser.IBrowserPresentation"
allowed_interface="zope.app.interfaces.browser.form.IVocabularyQueryView"
for="zope.schema.interfaces.IIterableVocabularyQuery"
- name="widget-query-multi-helper"
+ name="widget-query-list-helper"
factory=".vocabularywidget.IterableVocabularyQueryMultiView"
/>
+ <!-- Vocabulary field display widgets -->
<view
permission="zope.Public"
type="zope.publisher.interfaces.browser.IBrowserPresentation"
- factory=".vocabularywidget.VocabularyEditWidget"
- name="field-edit-widget"
+ factory=".vocabularywidget.VocabularyDisplayWidget"
+ name="field-display-widget"
for="zope.schema.interfaces.IVocabulary"
/>
<view
permission="zope.Public"
type="zope.publisher.interfaces.browser.IBrowserPresentation"
- factory=".vocabularywidget.VocabularyDisplayWidget"
- name="field-display-widget"
+ factory=".vocabularywidget.VocabularyBagDisplayWidget"
+ name="field-bag-display-widget"
for="zope.schema.interfaces.IVocabulary"
/>
<view
permission="zope.Public"
type="zope.publisher.interfaces.browser.IBrowserPresentation"
- factory=".vocabularywidget.VocabularyMultiEditWidget"
- name="field-multi-edit"
+ factory=".vocabularywidget.VocabularyListDisplayWidget"
+ name="field-list-display-widget"
+ for="zope.schema.interfaces.IVocabulary"
+ />
+
+ <view
+ permission="zope.Public"
+ type="zope.publisher.interfaces.browser.IBrowserPresentation"
+ factory=".vocabularywidget.VocabularyBagDisplayWidget"
+ name="field-set-display-widget"
+ for="zope.schema.interfaces.IVocabulary"
+ />
+
+ <view
+ permission="zope.Public"
+ type="zope.publisher.interfaces.browser.IBrowserPresentation"
+ factory=".vocabularywidget.VocabularyListDisplayWidget"
+ name="field-unique-list-display-widget"
+ for="zope.schema.interfaces.IVocabulary"
+ />
+
+ <!-- Vocabulary edit widgets -->
+ <view
+ permission="zope.Public"
+ type="zope.publisher.interfaces.browser.IBrowserPresentation"
+ factory=".vocabularywidget.VocabularyEditWidget"
+ name="field-edit-widget"
for="zope.schema.interfaces.IVocabulary"
/>
<view
permission="zope.Public"
type="zope.publisher.interfaces.browser.IBrowserPresentation"
- factory=".vocabularywidget.VocabularyMultiDisplayWidget"
- name="field-multi-display"
+ factory=".vocabularywidget.VocabularyMultiEditWidget"
+ name="field-list-edit-widget"
for="zope.schema.interfaces.IVocabulary"
/>
=== Zope3/src/zope/app/browser/form/editview.py 1.23.8.1 => 1.23.8.2 ===
=== Zope3/src/zope/app/browser/form/schemadisplay.py 1.2.12.1 => 1.2.12.2 ===
=== Zope3/src/zope/app/browser/form/widget.py 1.30.2.1 => 1.30.2.2 ===