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 2014/10/26 16:33:19 UTC

svn commit: r926912 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/documentation.html

Author: buildbot
Date: Sun Oct 26 15:33:19 2014
New Revision: 926912

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/documentation.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Oct 26 15:33:19 2014
@@ -1 +1 @@
-1634351
+1634353

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Oct 26 15:33:19 2014
@@ -1 +1 @@
-1634351
+1634353

Modified: websites/staging/isis/trunk/content/documentation.html
==============================================================================
--- websites/staging/isis/trunk/content/documentation.html (original)
+++ websites/staging/isis/trunk/content/documentation.html Sun Oct 26 15:33:19 2014
@@ -547,20 +547,37 @@
 <li><a href="./how-tos/how-to-01-030-How-to-add-a-property-to-a-domain-entity.html">Entity property</a></li>
 <li><a href="./how-tos/how-to-01-050-How-to-add-a-collection-to-a-domain-entity.html">Entity collection</a></li>
 <li><a href="./how-tos/how-to-01-060-How-to-add-an-action-to-a-domain-entity-or-service.html">Entity or service action</a></li>
+</ul>
+
+<h4><a name="how-tos-ui-hints-icons">UI Hints</a></h4>
+
+<p>Icons and Titles</p>
+
+<ul>
+<li><a href="./how-tos/how-to-01-040-How-to-specify-a-title-for-a-domain-entity.html">Entity title</a></li>
+<li><a href="./how-tos/how-to-01-070-How-to-specify-the-icon-for-a-domain-entity.html">Entity icons</a></li>
+<li><a href="./more-advanced-topics/how-to-05-050-How-to-specify-the-icon-for-an-individual-objects-state.html">Entity icons reflecting object's state</a></li>
+<li><a href="components/viewers/wicket/titles-in-tables.html">Titles in tables</a></li>
+</ul>
+
+<p>Names and Descriptions</p>
+
+<ul>
 <li><a href="./how-tos/how-to-01-140-How-to-specify-names-or-descriptions-for-an-action-parameter.html">Names/description of action param</a></li>
-<li><a href="./how-tos/how-to-01-150-How-to-inject-services-into-a-domain-entity-or-other-service.html">Injecting services</a></li>
 </ul>
 
-<h4><a name="how-tos-object-management">Object management</a></h4>
+<p>Layout</p>
 
 <ul>
-<li><a href="./how-tos/how-to-09-040-How-to-write-a-custom-repository.html">Finding objects</a></li>
-<li><a href="./how-tos/how-to-09-050-How-to-use-Factories.html">Instantiating and persisting objects</a></li>
-<li><a href="./how-tos/how-to-01-160-How-to-create-or-delete-objects-within-your-code.html">Create/delete objects</a>
-</div>
-<div class="col-md-4"></li>
+<li><a href="./how-tos/how-to-01-080-How-to-specify-the-order-in-which-properties-or-collections-are-displayed.html">Ordering prop/colls in the UI</a></li>
+<li><a href="./how-tos/how-to-01-090-How-to-specify-the-order-in-which-actions-appear-on-the-menu.html">Ordering actions in the UI</a></li>
+<li><a href="components/viewers/wicket/static-layouts.html">Static layouts</a></li>
+<li><a href="components/viewers/wicket/dynamic-layouts.html">Dynamic layouts</a> <a href="components/viewers/wicket/dynamic-layouts.html#screencast"><img src="./images/tv_show-25.png"></a></li>
 </ul>
 
+<p></div>
+<div class="col-md-4"></p>
+
 <h4><a name="how-tos-business-rules">Business rules</a></h4>
 
 <p>Visibility ("see it")</p>
@@ -598,6 +615,15 @@
 <div class="col-md-4"></li>
 </ul>
 
+<h4><a name="how-tos-object-management">Object management</a></h4>
+
+<ul>
+<li><a href="./how-tos/how-to-01-150-How-to-inject-services-into-a-domain-entity-or-other-service.html">Injecting services</a></li>
+<li><a href="./how-tos/how-to-09-040-How-to-write-a-custom-repository.html">Finding objects</a></li>
+<li><a href="./how-tos/how-to-09-050-How-to-use-Factories.html">Instantiating and persisting objects</a></li>
+<li><a href="./how-tos/how-to-01-160-How-to-create-or-delete-objects-within-your-code.html">Create/delete objects</a></li>
+</ul>
+
 <h4><a name="how-tos-drop-downs">Drop-downs &amp; defaults</a></h4>
 
 <p>For properties:</p>
@@ -629,46 +655,6 @@
 <p><div class="row">
 <div class="col-md-12"></p>
 
-<h2><a name="user-interface">UI</a></div></h2>
-
-<p><div class="col-md-4"></p>
-
-<h4><a name="ui-hints-icons-and-titles">Icons and Titles</a></h4>
-
-<ul>
-<li><a href="./how-tos/how-to-01-040-How-to-specify-a-title-for-a-domain-entity.html">Entity title</a></li>
-<li><a href="./how-tos/how-to-01-070-How-to-specify-the-icon-for-a-domain-entity.html">Entity icons</a></li>
-<li><a href="./more-advanced-topics/how-to-05-050-How-to-specify-the-icon-for-an-individual-objects-state.html">Entity icons reflecting object's state</a></li>
-<li><a href="components/viewers/wicket/titles-in-tables.html">Titles in tables</a>
-</div>
-<div class="col-md-4"></li>
-</ul>
-
-<h4><a name="ui-hints-names-and-descriptions">Names and Descriptions</a></h4>
-
-<ul>
-<li><a href="./more-advanced-topics/how-to-05-010-How-to-specify-a-name-or-description-for-an-object.html">Name/descr. of an object</a></li>
-<li><a href="./more-advanced-topics/how-to-05-020-How-to-specify-a-name-or-description-for-a-property.html">Name/descr. of a property</a></li>
-<li><a href="./more-advanced-topics/how-to-05-030-How-to-specify-a-name-or-description-for-a-collection.html">Name/descr. of a collection</a></li>
-<li><a href="./more-advanced-topics/how-to-05-040-How-to-specify-names-or-description-for-an-action.html">Name/descr. of an action</a>
-</div>
-<div class="col-md-4"></li>
-</ul>
-
-<h4><a name="ui-hints-layout">Layout</a></h4>
-
-<ul>
-<li><a href="./how-tos/how-to-01-080-How-to-specify-the-order-in-which-properties-or-collections-are-displayed.html">Ordering prop/colls in the UI</a></li>
-<li><a href="./how-tos/how-to-01-090-How-to-specify-the-order-in-which-actions-appear-on-the-menu.html">Ordering actions in the UI</a></li>
-<li><a href="components/viewers/wicket/static-layouts.html">Static layouts</a></li>
-<li><a href="components/viewers/wicket/dynamic-layouts.html">Dynamic layouts</a> <a href="components/viewers/wicket/dynamic-layouts.html#screencast"><img src="./images/tv_show-25.png"></a>
-</div>
-</div></li>
-</ul>
-
-<p><div class="row">
-<div class="col-md-12"></p>
-
 <h2><a name="more-advanced-topics">More advanced topics</a></h2>
 
 <p></div>
@@ -796,6 +782,15 @@
 <li><a href="./more-advanced-topics/03-Fixtures-and-SwitchUser.html">Fixtures</a> (out of date)</li>
 </ul>
 
+<h4><a name="ui-hints-names-and-descriptions"></a></h4>
+
+<ul>
+<li><a href="./more-advanced-topics/how-to-05-010-How-to-specify-a-name-or-description-for-an-object.html">Name/descr. of an object</a></li>
+<li><a href="./more-advanced-topics/how-to-05-020-How-to-specify-a-name-or-description-for-a-property.html">Name/descr. of a property</a></li>
+<li><a href="./more-advanced-topics/how-to-05-030-How-to-specify-a-name-or-description-for-a-collection.html">Name/descr. of a collection</a></li>
+<li><a href="./more-advanced-topics/how-to-05-040-How-to-specify-names-or-description-for-an-action.html">Name/descr. of an action</a></li>
+</ul>
+
 <h4><a name="core-bundled-components">Other parts of core</a></h4>
 
 <ul>