You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2007/05/26 03:54:27 UTC

svn commit: r541837 - /tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/autocompleter.xml

Author: andyhot
Date: Fri May 25 18:54:26 2007
New Revision: 541837

URL: http://svn.apache.org/viewvc?view=rev&rev=541837
Log:
TAPESTRY-1512: Docs for local parameter of autocompleter

Modified:
    tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/autocompleter.xml

Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/autocompleter.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/autocompleter.xml?view=diff&rev=541837&r1=541836&r2=541837
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/autocompleter.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/autocompleter.xml Fri May 25 18:54:26 2007
@@ -141,6 +141,21 @@
                         </td>
                     </tr>
                     <tr>
+                        <td>local</td>
+                        <td>boolean</td>
+                        <td>no</td>
+                        <td>false</td>
+                        <td>
+                            The autocompleter can work either in remote or in local mode. This parameter
+                            controls whether the component will contact the server for finding the matching 
+                            data, or use the values that it already contains within its html nodes.
+                            
+                            In the later case, the model parameter is used during render in order to provide all
+                            possible values. Those are are then rendered as options inside the select tag of the
+                            autocompleter.
+                        </td>
+                    </tr>                    
+                    <tr>
                         <td>searchDelay</td>
                         <td>long<em>(ms)</em></td>
                         <td>no</td>