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/07/25 18:02:33 UTC

svn commit: r871172 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/core/about.html content/core/dynamic-layouts.html content/documentation.html

Author: buildbot
Date: Thu Jul 25 16:02:32 2013
New Revision: 871172

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/core/about.html
    websites/staging/isis/trunk/content/core/dynamic-layouts.html
    websites/staging/isis/trunk/content/documentation.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 25 16:02:32 2013
@@ -1 +1 @@
-1507034
+1507038

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 25 16:02:32 2013
@@ -1 +1 @@
-1507034
+1507038

Modified: websites/staging/isis/trunk/content/core/about.html
==============================================================================
--- websites/staging/isis/trunk/content/core/about.html (original)
+++ websites/staging/isis/trunk/content/core/about.html Thu Jul 25 16:02:32 2013
@@ -260,6 +260,7 @@
 
 <ul>
 <li><a href="../applib-guide/about.html">Programming Model and How-tos</a></li>
+<li><a href="dynamic-layouts.html">Static and dynamic layouts</a></li>
 <li><a href="configuration-files.html">Configuration Files</a></li>
 <li><a href="deployment-type.html">Deployment Types</a></li>
 </ul>

Modified: websites/staging/isis/trunk/content/core/dynamic-layouts.html
==============================================================================
--- websites/staging/isis/trunk/content/core/dynamic-layouts.html (original)
+++ websites/staging/isis/trunk/content/core/dynamic-layouts.html Thu Jul 25 16:02:32 2013
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>Dynamic Layouts
</title>
+      <title>Static and Dynamic Layouts
</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -111,7 +111,7 @@
       };
       function twshare () {
           window.open(
-                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=Dynamic Layouts
",
+                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=Static and Dynamic Layouts
",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -247,16 +247,16 @@
 
 <div class="page-header">
 <p><a href="./../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a href="./../core/about.html">Core</a></p>
-<h1>Dynamic Layouts
+<h1>Static and Dynamic Layouts
 
 </h1>
 </div>
 
 <p>Because Isis implements the <a href="http://en.wikipedia.org/wiki/Naked_objects">naked objects pattern</a>, the domain objects are rendered in the UI based only metadata gleaned from the domain classes themselves.</p>
 
-<h2>Specifying layout using Annotations</h2>
+<h2>Specifying layout using annotations</h2>
 
-<h3><code>@MemberOrder</code></h3>
+<h3>@MemberOrder Annotation</h3>
 
 <p>To specify the relative order of domain class properties and classes, the <code>@MemberOrder</code> annotation is used.  For example:</p>
 
@@ -324,7 +324,7 @@
 
 <p>Finally, note that the <code>@MemberOrder</code>'s <code>name</code> attribute has no meaning for collections.</p>
 
-<h3><code>@MemberGroupLayout</code></h3>
+<h3>@MemberGroupLayout Annotation</h3>
 
 <p>The <code>@MemberGroupLayout</code> annotation specifies the relative positioning of  property groups as being either in a left column, a middle column or in a right column.  It also specifies the relative width: </p>
 

Modified: websites/staging/isis/trunk/content/documentation.html
==============================================================================
--- websites/staging/isis/trunk/content/documentation.html (original)
+++ websites/staging/isis/trunk/content/documentation.html Thu Jul 25 16:02:32 2013
@@ -262,6 +262,7 @@
 <li><a href="getting-started/screencasts.html">Screencasts</a></li>
 <li><a href="getting-started/quickstart-archetype.html">Wicket/Restful/JDO Archetype</a> (<a href="getting-started/release-notes/about.html">1.0.3</a>)</li>
 <li><a href="applib-guide/about.html">Programming Model and How-tos</a></li>
+<li><a href="core/dynamic-layouts.html">Static and dynamic layouts</a></li>
 <li><a href="getting-started/cheat-sheet.html">Programming Model Cheat Sheet</a></li>
 </ul>