# HG changeset patch # User Emile Anclin # Date 1239094000 -7200 # Node ID ebf1d748ed5a3b9506fd2fce5fcb54c5a036e69b # Parent ea32281eff00c508f8f3ea82e9088254ba6e4868 [doc] Registerers are deprecated; little improvement diff -r ea32281eff00 -r ebf1d748ed5a doc/book/en/B1020-define-views.en.txt --- 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 diff -r ea32281eff00 -r ebf1d748ed5a doc/book/en/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: