complete doc about rtags
authorStephanie Marcu <stephanie.marcu@logilab.fr>
Fri, 13 Feb 2009 16:16:15 +0100
changeset 620 be2dcc361105
parent 619 9efa2cc9c02c
child 621 79123c597835
complete doc about rtags
doc/book/en/B0031-define-entities.en.txt
--- a/doc/book/en/B0031-define-entities.en.txt	Fri Feb 13 15:49:33 2009 +0100
+++ b/doc/book/en/B0031-define-entities.en.txt	Fri Feb 13 16:16:15 2009 +0100
@@ -55,13 +55,20 @@
 It is possible to manage attributes/relations in the simple or multiple
 editing form thanks to the following *rtags*: 
 
-* `primary`, indicates that an attribute or a relation has to be inserted
-  in the simple or multiple editing forms. In the case of a relation,
-  the related entity editing form will be included in the editing form.
+* `primary`, indicates that an attribute or a relation has to be
+  inserted **in the simple or multiple editing forms**. In the case of
+  a relation, the related entity editing form will be included in the
+  editing form and represented as a combobox. Each item of the
+  combobox is a link to an existing entity.
 
-* `secondary`, indicates that an attribute or a relation has to be inserted
-  in the simple editing form only. In the case of a relation, the related
-  entity editing form sill be included in the editing form.
+* `secondary`, indicates that an attribute or a relation has to be
+  inserted **in the simple editing form only**. In the case of a
+  relation, the related entity editing form will be included in the
+  editing form and represented as a combobox. Each item of the combobox
+  is a link to an existing entity.
+
+* `inlineview`, includes the target entity's form in the editing form
+  of the current entity.
 
 * `generic`, indicates that a relation has to be inserted in the simple
   editing form, in the generic box of relation creation.