You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/03/15 18:51:51 UTC

svn commit: r1457036 - in /isis/site/trunk/content: components/viewers/wicket/about.md components/viewers/wicket/titles-in-tables.md documentation.md

Author: danhaywood
Date: Fri Mar 15 17:51:50 2013
New Revision: 1457036

URL: http://svn.apache.org/r1457036
Log:
isis site - more on title support within wicket viewer's tables

Modified:
    isis/site/trunk/content/components/viewers/wicket/about.md
    isis/site/trunk/content/components/viewers/wicket/titles-in-tables.md
    isis/site/trunk/content/documentation.md

Modified: isis/site/trunk/content/components/viewers/wicket/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/wicket/about.md?rev=1457036&r1=1457035&r2=1457036&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/wicket/about.md (original)
+++ isis/site/trunk/content/components/viewers/wicket/about.md Fri Mar 15 17:51:50 2013
@@ -8,7 +8,7 @@ Like the [HTML viewer](../html/about.htm
 
 - [Customizing the viewer](customizing-the-viewer.html)
 - [Titles in tables](titles-in-tables.html) (1.2.0-SNAPSHOT)
-- [Configuring the about page](configuring-the-about-page.html) (1.2.0-SNAPSHOT)
+- [The About page](configuring-the-about-page.html) (1.2.0-SNAPSHOT)
 
 ### Releases
 

Modified: isis/site/trunk/content/components/viewers/wicket/titles-in-tables.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/wicket/titles-in-tables.md?rev=1457036&r1=1457035&r2=1457036&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/wicket/titles-in-tables.md (original)
+++ isis/site/trunk/content/components/viewers/wicket/titles-in-tables.md Fri Mar 15 17:51:50 2013
@@ -26,7 +26,7 @@ public class Order {
     public String getOtherInfo() { ... }
     
     ...
-}
+}}
 </pre>
 
 In this case, if we view the `Order` from the context of `Customer` (that is, within a parented collection's table) then the customer's property will be automatically excluded from the title of the `Order`.
@@ -41,7 +41,7 @@ public class Order {
     public Customer getCustomer() { ... }
     
     ...
-}
+}}
 </pre>
 
 The above annotations mean that titles usually "just work", altering according to the context in which they are viewed.

Modified: isis/site/trunk/content/documentation.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/documentation.md?rev=1457036&r1=1457035&r2=1457036&view=diff
==============================================================================
--- isis/site/trunk/content/documentation.md (original)
+++ isis/site/trunk/content/documentation.md Fri Mar 15 17:51:50 2013
@@ -126,7 +126,7 @@ Title: Documentation
 - [About](components/viewers/wicket/about.html)
 - [Customizing the viewer](components/viewers/wicket/customizing-the-viewer.html)
 - [Titles in tables](components/viewers/wicket/titles-in-tables.html) (1.2.0-SNAPSHOT)
-- [Configuring the about page](components/viewers/wicket/configuring-the-about-page.html) (1.2.0-SNAPSHOT)
+- [The About page](components/viewers/wicket/configuring-the-about-page.html) (1.2.0-SNAPSHOT)
 
 }