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/02/11 01:33:37 UTC

svn commit: r897318 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/reference/services/scratchpad.html

Author: buildbot
Date: Tue Feb 11 00:33:36 2014
New Revision: 897318

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/reference/services/scratchpad.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 00:33:36 2014
@@ -1 +1 @@
-1566901
+1566902

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 00:33:36 2014
@@ -1 +1 @@
-1566901
+1566902

Modified: websites/staging/isis/trunk/content/reference/services/scratchpad.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/scratchpad.html (original)
+++ websites/staging/isis/trunk/content/reference/services/scratchpad.html Tue Feb 11 00:33:36 2014
@@ -301,7 +301,7 @@ public class Scratchpad {
 
 <h3>Usage</h3>
 
-<p>The most common use-case is for <a href="../recognized-annotations/Bulk.html">Bulk</a> actions that <a href="../../how-tos/how-to-01-065-How-to-add-an-action-to-be-called-on-every-object-in-a-list.html">act upon multiple objects in a list</a>.  The (same) <code>Scratchpad</code> service is injected into each of these objects, and they can use pass information.</p>
+<p>The most common use-case is for <a href="../recognized-annotations/Bulk.html">Bulk</a> actions that <a href="../../more-advanced-topics/how-to-01-065-How-to-add-an-action-to-be-called-on-every-object-in-a-list.html">act upon multiple objects in a list</a>.  The (same) <code>Scratchpad</code> service is injected into each of these objects, and they can use pass information.</p>
 
 <p>For example, the <a href="../../intro/getting-started/quickstart-archetype.html">ToDo app</a> demonstrates how the <code>Scratchpad</code> service can be used to calculate the total cost of the selected <code>ToDoItem</code>s:</p>