missing section
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Sat, 26 Sep 2009 11:42:50 +0200
changeset 3490 1acc89d4a512
parent 3485 e867ae952fc0
child 3491 48b26bfd6f02
missing section
web/uicfg.py
--- 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