[Zope3-checkins] CVS: Zope3/doc/schema - vocabularies.txt:1.7
Fred L. Drake, Jr.
fred at zope.com
Fri Aug 29 00:26:31 EDT 2003
Update of /cvs-repository/Zope3/doc/schema
In directory cvs.zope.org:/tmp/cvs-serv9049
Modified Files:
vocabularies.txt
Log Message:
- add a missing column heading to a table
- mark up some headings as headings
=== Zope3/doc/schema/vocabularies.txt 1.6 => 1.7 ===
--- Zope3/doc/schema/vocabularies.txt:1.6 Thu Aug 28 18:42:05 2003
+++ Zope3/doc/schema/vocabularies.txt Thu Aug 28 23:26:30 2003
@@ -124,7 +124,7 @@
number of values for each field.
========================= ========== ==========
- Ordered Uniqueness
+Field Type Ordered Uniqueness
========================= ========== ==========
VocabularyBagField No No
VocabularyListField Yes No
@@ -334,7 +334,8 @@
Interfaces
----------
-Module ``zope.schema.interfaces``:
+Module ``zope.schema.interfaces``
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
``ITerm``
The interface of objects returned by iterating over a vocabulary or
@@ -377,7 +378,8 @@
``vocabularyName``
The name of the vocabulary that should be used for this field.
-Module ``zope.schema.vocabulary``:
+Module ``zope.schema.vocabulary``
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
``IVocabularyRegistry``
This is the interface for the vocabulary registry. It defines a
@@ -395,7 +397,8 @@
There are a handful of implementation classes and functions exposed in
the ``zope.schema`` package.
-Module ``zope.schema``:
+Module ``zope.schema``
+~~~~~~~~~~~~~~~~~~~~~~
``VocabularyField``
Class which implements ``IVocabularyField``; derived from
@@ -406,7 +409,8 @@
An ``IBaseVocabulary`` object, or a name which may be used by an
``IVocabularyRegistry``.
-Module ``zope.schema.vocabulary``:
+Module ``zope.schema.vocabulary``
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
``getVocabularyRegistry()``
Return the currently-registered ``IVocabularyRegistry`` object.
More information about the Zope3-Checkins
mailing list