doc/book/en/B0031-define-entities.en.txt
changeset 620 be2dcc361105
parent 301 e47150482ac1
child 622 2d30c5e1a7d2
equal deleted inserted replaced
619:9efa2cc9c02c 620:be2dcc361105
    53 Editing forms management
    53 Editing forms management
    54 ````````````````````````
    54 ````````````````````````
    55 It is possible to manage attributes/relations in the simple or multiple
    55 It is possible to manage attributes/relations in the simple or multiple
    56 editing form thanks to the following *rtags*: 
    56 editing form thanks to the following *rtags*: 
    57 
    57 
    58 * `primary`, indicates that an attribute or a relation has to be inserted
    58 * `primary`, indicates that an attribute or a relation has to be
    59   in the simple or multiple editing forms. In the case of a relation,
    59   inserted **in the simple or multiple editing forms**. In the case of
    60   the related entity editing form will be included in the editing form.
    60   a relation, the related entity editing form will be included in the
       
    61   editing form and represented as a combobox. Each item of the
       
    62   combobox is a link to an existing entity.
    61 
    63 
    62 * `secondary`, indicates that an attribute or a relation has to be inserted
    64 * `secondary`, indicates that an attribute or a relation has to be
    63   in the simple editing form only. In the case of a relation, the related
    65   inserted **in the simple editing form only**. In the case of a
    64   entity editing form sill be included in the editing form.
    66   relation, the related entity editing form will be included in the
       
    67   editing form and represented as a combobox. Each item of the combobox
       
    68   is a link to an existing entity.
       
    69 
       
    70 * `inlineview`, includes the target entity's form in the editing form
       
    71   of the current entity.
    65 
    72 
    66 * `generic`, indicates that a relation has to be inserted in the simple
    73 * `generic`, indicates that a relation has to be inserted in the simple
    67   editing form, in the generic box of relation creation.
    74   editing form, in the generic box of relation creation.
    68 
    75 
    69 * `generated`, indicates that an attribute is dynamically computed
    76 * `generated`, indicates that an attribute is dynamically computed