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 limit or to specify 'Infinity' like the Dojo
docs suggest?
Thanks.
Leon
-- "Hey you! Would you help me to carry the stone?" Pink Floyd

