[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Forms - configure.zcml:1.1

Martijn Faassen m.faassen@vet.uu.nl
Tue, 25 Jun 2002 11:30:32 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/Forms
In directory cvs.zope.org:/tmp/cvs-serv2702

Added Files:
	configure.zcml 
Log Message:
Add configure.zcml to Forms (real work done in Browser as this is
all about Views). Adds a few test widgets as views, which can hook
up to Schema fields (see lib/python/Schema). Also added a test view
for Forms that displays a basic form made from the widgets.


=== Added File Zope3/lib/python/Zope/App/Forms/configure.zcml ===
<zopeConfigure xmlns='http://namespaces.zope.org/zope'>

  <include package=".Views" />

</zopeConfigure>