--- a/web/uicfg.py Fri Sep 25 11:57:35 2009 +0200
+++ b/web/uicfg.py Sat Sep 26 11:42:50 2009 +0200
@@ -77,6 +77,8 @@
* 'relations', display in the relations section, using the generic relation
selector combobox (available in main form only, and not for attribute
relation)
+ * 'inlined', display target entity of the relation in an inlined form
+ (available in main form only, and not for attribute relation)
* 'metadata', display in a special metadata form (NOT YET IMPLEMENTED,
subject to changes)
@@ -84,7 +86,6 @@
specify a custom field instance to use for a relation
:autoform_field_kwargs:
-
specify a dictionnary of arguments to give to the field constructor for a
relation. You usually want to use either `autoform_field` or
`autoform_field_kwargs`, not both. The later won't have any effect if the
@@ -390,7 +391,6 @@
yield (rschema, targetschemas, role)
-
autoform_section = AutoformSectionRelationTags('autoform_section')
# relations'field class