[Zope3-checkins] CVS: Zope3/src/zope/app/browser/form - meta.zcml:1.10
Gary Poster
gary@zope.com
Wed, 30 Apr 2003 17:53:20 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/form
In directory cvs.zope.org:/tmp/cvs-serv11501
Modified Files:
meta.zcml
Log Message:
Adding fields attribute into zcml. The necessary code is already in place.
=== Zope3/src/zope/app/browser/form/meta.zcml 1.9 => 1.10 ===
--- Zope3/src/zope/app/browser/form/meta.zcml:1.9 Wed Apr 16 17:56:03 2003
+++ Zope3/src/zope/app/browser/form/meta.zcml Wed Apr 30 17:53:20 2003
@@ -44,6 +44,14 @@
</description>
</attribute>
+ <attribute name="fields" required="no">
+ <description>
+ The fields and the order in which to display them. If this
+ is not specified, all schema fields will be displayed in the
+ order specified in the schema itself.
+ </description>
+ </attribute>
+
<attribute name="layer" required="no">
<description>
The layer the view is in.
@@ -165,6 +173,14 @@
</description>
</attribute>
+ <attribute name="fields" required="no">
+ <description>
+ The fields and the order in which to display them. If this
+ is not specified, all schema fields will be displayed in the
+ order specified in the schema itself.
+ </description>
+ </attribute>
+
<attribute name="layer" required="no">
<description>
The layer the view is in.
@@ -293,6 +309,14 @@
implement or be adaptable to the schema.
</description>
</attribute>
+
+ <attribute name="fields" required="no">
+ <description>
+ The fields and the order in which to display them. If this
+ is not specified, all schema fields will be displayed in the
+ order specified in the schema itself.
+ </description>
+ </attribute>
<attribute name="layer" required="no">
<description>