[wellwell-devel] [SCM] Interchange wellwell catalog branch, master, updated. a8f52f61947dec18bf854da7ad70a37475575936

Stefan Hornburg racke at rt.icdevgroup.org
Tue May 12 18:07:31 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange wellwell catalog".

The branch, master has been updated
       via  a8f52f61947dec18bf854da7ad70a37475575936 (commit)
      from  6088d8b46c64e423776d590318117214afbc175a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a8f52f61947dec18bf854da7ad70a37475575936
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Tue May 12 20:07:12 2009 +0200

    more information on forms

-----------------------------------------------------------------------

Summary of changes and diff:
 README |   30 ++++++++++++++++++++++++++++--
 1 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/README b/README
index fd3b9e5..e355133 100644
--- a/README
+++ b/README
@@ -135,8 +135,8 @@ The recommended way to call [form] forms is within the compose tag:
 Parts
 -----
 
-Each form consists of one or subforms, called parts. The parts are stored
-in the "form_series" table:
+Each form consists of one or multiple subforms, called parts. 
+The parts are stored in the "form_series" table:
 
 name     Form name
 part     Part name
@@ -155,6 +155,32 @@ templates/form
 Alternative templates can be specified in table form_series, field
 template.
 
+The default template looks as follows:
+
+{PREPEND}
+{TOP}
+{BODY}
+{SUBMIT}
+{BOTTOM}
+
+{TOP} starts the HTML form.
+{BODY} contains the regular form elements.
+{SUBMIT} contains the button form elements (as specified in form_elements
+table or default submit button)
+{BOTTOM} ends the HTML form.
+
+Elements
+--------
+
+The elements of a form (part) are stored in the "form_elements" table:
+
+code		Serial number
+name		Name of form element
+label		Label for form element
+component	Part name
+priority    Sort order in form (descending)
+widget      Widget
+
 Attributes
 ----------
 


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list