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/06/10 17:53:02 UTC

svn commit: r865148 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/applib-guide/reference/recognized-annotations/AutoComplete.html

Author: buildbot
Date: Mon Jun 10 15:52:54 2013
New Revision: 865148

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/applib-guide/reference/recognized-annotations/AutoComplete.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun 10 15:52:54 2013
@@ -1 +1 @@
-1491507
+1491511

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun 10 15:52:54 2013
@@ -1 +1 @@
-1491507
+1491511

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/AutoComplete.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/AutoComplete.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/AutoComplete.html Mon Jun 10 15:52:54 2013
@@ -289,9 +289,11 @@ public class Customer extends AbstractDo
 }
 </code></pre>
 
-<p><div class="note">
-As an alternative to this annotation, you may also use the <code>autoComplete</code> method prefix; see <a href="../../how-tos/how-to-03-025-How-to-specify-an-autocomplete-for-an-action-parameter.html">this HOWTO</a> and <a href="../../how-tos/how-to-03-015-How-to-specify-an-autocomplete-for-a-property.html">this HOWTO</a>
-</div></p>
+<blockquote>
+  <p>{note
+  In many cases you may require additional control.  For this, you can use the <code>autoComplete</code> method prefix, associated either with <a href="../../how-tos/how-to-03-025-How-to-specify-an-autocomplete-for-an-action-parameter.html">action parameter</a> or with the <a href="../../how-tos/how-to-03-015-How-to-specify-an-autocomplete-for-a-property.html">property</a>.
+  </div></p>
+</blockquote>