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/06/10 17:55:20 UTC

svn commit: r1491513 - in /isis/site/trunk/content/applib-guide: how-tos/ reference/

Author: danhaywood
Date: Mon Jun 10 15:55:20 2013
New Revision: 1491513

URL: http://svn.apache.org/r1491513
Log:
ISIS-433, 434

Modified:
    isis/site/trunk/content/applib-guide/how-tos/how-to-03-015-How-to-specify-an-autocomplete-for-a-property.md
    isis/site/trunk/content/applib-guide/how-tos/how-to-03-025-How-to-specify-an-autocomplete-for-an-action-parameter.md
    isis/site/trunk/content/applib-guide/reference/Recognized-Methods-and-Prefixes.md

Modified: isis/site/trunk/content/applib-guide/how-tos/how-to-03-015-How-to-specify-an-autocomplete-for-a-property.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/applib-guide/how-tos/how-to-03-015-How-to-specify-an-autocomplete-for-a-property.md?rev=1491513&r1=1491512&r2=1491513&view=diff
==============================================================================
--- isis/site/trunk/content/applib-guide/how-tos/how-to-03-015-How-to-specify-an-autocomplete-for-a-property.md (original)
+++ isis/site/trunk/content/applib-guide/how-tos/how-to-03-015-How-to-specify-an-autocomplete-for-a-property.md Mon Jun 10 15:55:20 2013
@@ -1,4 +1,4 @@
-How to specify an auto-complete for a property
+How to specify an auto-complete for a property [1.3.0-SNAPSHOT]
 -------------------------------------------------------
 
 Using the auto-complete method you can allow the user to search for objects based on a single string.  These will be made available to the user through a device such as a drop-down list.
@@ -20,3 +20,4 @@ For example:
 > Note
 The [@AutoComplete](../reference/recognized-annotations/AutoComplete.html) allows autocomplete functionality to be associated with the domain type (eg `Product` in the example above).  If both are present, then the per-property autocomplete takes preference.
 
+ 
\ No newline at end of file

Modified: isis/site/trunk/content/applib-guide/how-tos/how-to-03-025-How-to-specify-an-autocomplete-for-an-action-parameter.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/applib-guide/how-tos/how-to-03-025-How-to-specify-an-autocomplete-for-an-action-parameter.md?rev=1491513&r1=1491512&r2=1491513&view=diff
==============================================================================
--- isis/site/trunk/content/applib-guide/how-tos/how-to-03-025-How-to-specify-an-autocomplete-for-an-action-parameter.md (original)
+++ isis/site/trunk/content/applib-guide/how-tos/how-to-03-025-How-to-specify-an-autocomplete-for-an-action-parameter.md Mon Jun 10 15:55:20 2013
@@ -1,4 +1,4 @@
-How to specify an auto-complete for an action parameter
+How to specify an auto-complete for an action parameter [1.3.0-SNAPSHOT]
 -------------------------------------------------------
 
 Using the auto-complete method you can allow the user to search for objects based on a single string.  These will be made available to the user through a device such as a drop-down list.

Modified: isis/site/trunk/content/applib-guide/reference/Recognized-Methods-and-Prefixes.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/applib-guide/reference/Recognized-Methods-and-Prefixes.md?rev=1491513&r1=1491512&r2=1491513&view=diff
==============================================================================
--- isis/site/trunk/content/applib-guide/reference/Recognized-Methods-and-Prefixes.md (original)
+++ isis/site/trunk/content/applib-guide/reference/Recognized-Methods-and-Prefixes.md Mon Jun 10 15:55:20 2013
@@ -42,7 +42,7 @@ recognized by *Apache Isis*' default pro
     <td></td>
 </tr>
 <tr>
-    <td>autoComplete</td>
+    <td>autoComplete<br/>[1.3.0-SNAPSHOT]</td>
     <td></td>
     <td>Y</td>
     <td></td>