doc/book/en/development/webstdlib/primary.rst
branchstable
changeset 2175 16d3c37c5d28
parent 2172 cf8f9180e63e
child 2545 f8246ed962f6
equal deleted inserted replaced
2174:7f576dc9502e 2175:16d3c37c5d28
     7 This view is supposed to render a maximum of informations about the entity.
     7 This view is supposed to render a maximum of informations about the entity.
     8 
     8 
     9 Rendering methods and attributes for ``PrimaryView``
     9 Rendering methods and attributes for ``PrimaryView``
    10 ----------------------------------------------------
    10 ----------------------------------------------------
    11 
    11 
    12 By default, `CubicWeb` provides a primary view for each new entity type
    12 By default, *CubicWeb* provides a primary view for each new entity type
    13 you create. The first view you might be interested in modifying.
    13 you create. The first view you might be interested in modifying.
    14 
    14 
    15 Let's have a quick look at the EntityView ``PrimaryView`` as well as
    15 Let's have a quick look at the EntityView ``PrimaryView`` as well as
    16 its rendering method
    16 its rendering method
    17 
    17