PROTECTED]
Sent: Tuesday, May 08, 2007 2:47 PM
To: Struts Users Mailing List
Subject: Re: Dynamically set Autocompleter Search Limit
change limit:
dojo.widget.byId("id").dataProvider.searchLimit = 10;
no limit:
dojo.widget.byId("id").dataProvider.ignoreLimit = true;
mus
change limit:
dojo.widget.byId("id").dataProvider.searchLimit = 10;
no limit:
dojo.widget.byId("id").dataProvider.ignoreLimit = true;
musachy
On 5/8/07, King, Leon C <[EMAIL PROTECTED]> wrote:
All,
Is there currently a way to dynamically set the
autocompleter tag's search limi
All,
Is there currently a way to dynamically set the
autocompleter tag's search limit or to specify 'Infinity' like the Dojo
docs suggest?
Thanks.
Leon
3 matches
Mail list logo