doc/book/en/B1020-define-views.en.txt
changeset 306 1ed1da008e50
parent 301 e47150482ac1
child 308 73a352526577
--- a/doc/book/en/B1020-define-views.en.txt	Mon Dec 29 15:31:32 2008 -0800
+++ b/doc/book/en/B1020-define-views.en.txt	Mon Dec 29 15:35:26 2008 -0800
@@ -48,7 +48,7 @@
 
 A view includes :
 
-- an identifier (all objects in `LAX` are entered in a registry
+- an identifier (all objects in `CubicWeb` are entered in a registry
   and this identifier will be used as a key)
   
 - a filter to select the resulsets it can be applied to
@@ -65,6 +65,17 @@
 will have to read the code in directory ``cubicweb/web/views/`` (XXX
 improve doc).
 
+`CubicWeb` provides a lot of standard views for the default class
+`EntityType`. You can find them in ``cubicweb/web/views/``.
+
+The basic views defined are : 
+
+*null* 
+  
+
+
+
+
 For example, the view named ``primary`` is the one used to display
 a single entity.