From 9ce9769c370382bc4ff28c8b1957f492df09166d Mon Sep 17 00:00:00 2001 From: Musachy Barroso Date: Thu, 7 Jun 2007 00:05:21 +0000 Subject: [PATCH] WW-1975 Autocompleter w/loadMinimumCount ask for data on loading page * Add "preload" attribute, which defaults to true (like in the div tag), which will prevent the autocompleter from loading its options when page is loaded git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@545003 13f79535-47bb-0310-9956-ffa450edef68 --- core/src/site/resources/tags/ajax/autocompleter.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/src/site/resources/tags/ajax/autocompleter.html b/core/src/site/resources/tags/ajax/autocompleter.html index fbde45c34..14ca742b8 100644 --- a/core/src/site/resources/tags/ajax/autocompleter.html +++ b/core/src/site/resources/tags/ajax/autocompleter.html @@ -435,6 +435,14 @@ Please do not edit it directly. String Set the html onselect attribute on rendered html element + + preload + false + true + true + Boolean + Load content when page is loaded + readonly false