# HG changeset patch # User Katia Saurfelt # Date 1240395625 -7200 # Node ID e3a2c31ae897bac09a2fcc8c671631f012976751 # Parent b31f7abc3fdc4ded1d2be769f0bdfa8c0c225408# Parent 71807bfd14c173b550ddcd34c43bc8163b85bad4 merge diff -r b31f7abc3fdc -r e3a2c31ae897 doc/book/en/B1020-define-views.en.txt --- a/doc/book/en/B1020-define-views.en.txt Wed Apr 22 12:19:44 2009 +0200 +++ b/doc/book/en/B1020-define-views.en.txt Wed Apr 22 12:20:25 2009 +0200 @@ -220,12 +220,19 @@ of type `Password` and `Bytes`. *content_navigation_components(self, context)* + This method is applicable only for entity type implementing the interface + `IPrevNext`. This interface is for entities which can be linked to a previous + and/or next entity. This methods will render the navigation links between + entities of this type, either at the top or at the bottom of the page + given the context (navcontent{top|bottom}). *render_entity_relations(self, entity, siderelations)* - Renders all the relations of the entity. + Renders all the relations of the entity in the main section of the page. *render_side_related(self, entity, siderelations)* - Renders side related relations. + Renders all the relations of the entity in a side box. This is equivalent + to *render_entity_relations* in addition to render the relations + in a box. Also, please note that by setting the following attributes in you class, you can already customize some of the rendering: