# HG changeset patch # User Sylvain Thénault # Date 1248433484 -7200 # Node ID 23e8aa37b2df44833280a45117261c1fbed58c69 # Parent 490f88fb99b634f6887f5c2b1beb95fbf85706ae fix/enhance baseview doc diff -r 490f88fb99b6 -r 23e8aa37b2df doc/book/en/development/webstdlib/baseviews.rst --- a/doc/book/en/development/webstdlib/baseviews.rst Fri Jul 24 12:47:47 2009 +0200 +++ b/doc/book/en/development/webstdlib/baseviews.rst Fri Jul 24 13:04:44 2009 +0200 @@ -12,33 +12,6 @@ HTML views ~~~~~~~~~~ -*oneline* - This is a hyper linked *text* view. Similar to the `secondary` view, - but called when we want the view to stand on a single line, or just - get a brief view. By default this view uses the - parameter `MAX_LINE_CHAR` to control the result size. - -*secondary* - This is a combinaison of an icon and a *oneline* view. - By default it renders the two first attributes of the entity as a - clickable link redirecting to the primary view. - -*incontext, outofcontext* - Similar to the `secondary` view, but called when an entity is considered - as in or out of context. By default it respectively returns the result of - `textincontext` and `textoutofcontext` wrapped in a link leading to - the primary view of the entity. - -List -````` -*list* - This view displays a list of entities by creating a HTML list (`