--- a/doc/book/en/B1020-define-views.en.txt Tue Apr 07 09:36:20 2009 +0200
+++ b/doc/book/en/B1020-define-views.en.txt Tue Apr 07 10:46:40 2009 +0200
@@ -72,6 +72,7 @@
* `AnyRsetView`, view applied to any result set
* `EmptyRsetView`, view applied to an empty result set
+
The selection view principle
----------------------------
@@ -96,6 +97,9 @@
Registerer
``````````
+[Registerers are deprecated: they will soon disappear for explicite
+registration...]
+
A view is also customizable through its attribute ``__registerer__``.
This is used at the time the application is launched to manage how
objects (views, graphic components, actions, etc.)
@@ -110,9 +114,6 @@
when they are selected for display.
-`CubicWeb` provides a lot of standard views for the default class
-`EntityType`. You can find them in ``cubicweb/web/views/``.
-
.. include:: B1022-views-stdlib.en.txt
--- a/doc/book/en/B1022-views-stdlib.en.txt Tue Apr 07 09:36:20 2009 +0200
+++ b/doc/book/en/B1022-views-stdlib.en.txt Tue Apr 07 10:46:40 2009 +0200
@@ -2,6 +2,10 @@
Predefined views in the library
```````````````````````````````
+
+`CubicWeb` provides a lot of standard views for the default class
+`EntityType`. You can find them in ``cubicweb/web/views/``.
+
A certain number of views are used to build the web interface, which apply
to one or more entities. Their identifier is what distinguish them from
each others and the main ones are: