# HG changeset patch # User Stephanie Marcu # Date 1234538175 -3600 # Node ID be2dcc36110560784bbb949e2f0769038436d4f5 # Parent 9efa2cc9c02c5e57f3b4acc755017d9f145ebd14 complete doc about rtags diff -r 9efa2cc9c02c -r be2dcc361105 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.