You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/08/23 10:18:35 UTC

svn commit: r875795 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/components/viewers/wicket/customizing-the-viewer.html

Author: buildbot
Date: Fri Aug 23 08:18:34 2013
New Revision: 875795

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/components/viewers/wicket/customizing-the-viewer.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug 23 08:18:34 2013
@@ -1 +1 @@
-1516737
+1516738

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug 23 08:18:34 2013
@@ -1 +1 @@
-1516737
+1516738

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/customizing-the-viewer.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/customizing-the-viewer.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/customizing-the-viewer.html Fri Aug 23 08:18:34 2013
@@ -404,7 +404,7 @@ public class MyComponentFactoryRegistrar
 
 <p>As explained above, in most cases Isis' Wicket viewer will search for the first <code>ComponentFactory</code> that can render an element, and use it.  In the case of (either standalone or parented) collections, though, Isis will show all available views.</p>
 
-<p>For example, out-of-the-box Isis provides an table view, a summary view (totals/sums/averages of any data), and a collapsed view (for <code>@Render(LAZILY)</code> collections).  These are selected by clicking on the toolbar by each collection.</p>
+<p>For example, out-of-the-box Isis provides a table view, a summary view (totals/sums/averages of any data), and a collapsed view (for <code>@Render(LAZILY)</code> collections).  These are selected by clicking on the toolbar by each collection.</p>
 
 <p>Additional views though could render the objects in the collection as a variety of ways.  Indeed, some third-party implementations already exist:</p>