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 2015/11/06 09:24:22 UTC

isis-site git commit: ISIS-1151, adding -SNAPSHOT to .adoc text

Repository: isis-site
Updated Branches:
  refs/heads/asf-site 85926fc5e -> 0e4d56c76


ISIS-1151, adding -SNAPSHOT to .adoc text


Project: http://git-wip-us.apache.org/repos/asf/isis-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis-site/commit/0e4d56c7
Tree: http://git-wip-us.apache.org/repos/asf/isis-site/tree/0e4d56c7
Diff: http://git-wip-us.apache.org/repos/asf/isis-site/diff/0e4d56c7

Branch: refs/heads/asf-site
Commit: 0e4d56c7690f0a9eb489b21169f662da3546388b
Parents: 85926fc
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Fri Nov 6 08:20:25 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Fri Nov 6 08:20:25 2015 +0000

----------------------------------------------------------------------
 content/guides/rg.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis-site/blob/0e4d56c7/content/guides/rg.html
----------------------------------------------------------------------
diff --git a/content/guides/rg.html b/content/guides/rg.html
index 7520d52..5864dad 100644
--- a/content/guides/rg.html
+++ b/content/guides/rg.html
@@ -4063,7 +4063,8 @@ annotation.  It is also possible to apply the annotation to actions of domain se
 </div></div></td>
 </tr>
 <tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_rg_annotations_manpage-CollectionLayout_defaultView"><code>defaultView()</code></a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_rg_annotations_manpage-CollectionLayout_defaultView"><code>defaultView()</code></a><br>
+(<code>1.10.0-SNAPSHOT</code>)</p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><code>table</code>, <code>excel</code>, <code>calendar</code>, <code>map</code>, &#8230;&#8203;</p></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
 <p>Which view is selected by default, if multiple views are available.</p>
@@ -4218,7 +4219,7 @@ can be used instead, eg:</p>
 <p>The <a href="ug.html#_ug_wicket-viewer">Wicket viewer</a> allows additional views to be configured to render collections of objects; at the time of writing thesee include the (non-ASF) (non-ASF) <a href="http://isisaddons.org">Isis Addons</a>' (non-ASF) <a href="http://github.com/isisaddons/isis-wicket-excel">excel</a> view, the <a href="http://github.com/isisaddons/isis-wicket-fullcalendar2">fullcalendar2</a> view, and the <a href="http://github.com/isisaddons/isis-wicket-gmap3">gmap3</a> view.  If the objects to be rendered have the correct "shape", then the appropriate view will be made available.  For example, objects with a date can be rendered using <code>calendar</code>; objects with locations can be rendered using <code>map</code>.</p>
 </div>
 <div class="paragraph">
-<p>The <code>defaultView()</code> attribute is used to select which of these views should be used by default for a given collection.</p>
+<p>The <code>defaultView()</code> attribute (<code>1.10.0-SNAPSHOT</code>) is used to select which of these views should be used by default for a given collection.</p>
 </div>
 <div class="paragraph">
 <p>For example:</p>