[Checkins] SVN: z3c.multiform/Sandbox/src/z3c/multiform/interfaces.py add marker interfaces of register namedTemplates

Stefan Martin s.martin at iwm-kmrc.de
Thu Apr 19 09:07:22 EDT 2007


Log message for revision 74252:
  add marker interfaces of register namedTemplates

Changed:
  U   z3c.multiform/Sandbox/src/z3c/multiform/interfaces.py

-=-
Modified: z3c.multiform/Sandbox/src/z3c/multiform/interfaces.py
===================================================================
--- z3c.multiform/Sandbox/src/z3c/multiform/interfaces.py	2007-04-19 12:47:27 UTC (rev 74251)
+++ z3c.multiform/Sandbox/src/z3c/multiform/interfaces.py	2007-04-19 13:07:22 UTC (rev 74252)
@@ -56,4 +56,17 @@
     
     sort_reverse = schema.Bool(default=False)
 
-    sort_columns = schema.List()
\ No newline at end of file
+    sort_columns = schema.List()
+
+
+class ISubPageMultiform(IMultiForm):
+    """A component that displays a part of a page.
+
+    The rendered output must not have a form tag.  It is the
+    responsibility of the surrounding page to supply a form tag.
+
+    """
+
+class IPageMultiform(IMultiForm):
+    """A component that displays a form as a page.
+    """



More information about the Checkins mailing list