Disabling Autocomplete in XML Forms

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Disabling Autocomplete in XML Forms

kranti
Hi,

How do I disable auto-complete in a field in a XML form. I tried the
*client-autocomplete-field="false"
*option in the Lookup tag, but this doesnt work.

Regards,
Kranti Agrawal
Student, IIIT Bangalore
krantiagrawal.blogspot.com
Reply | Threaded
Open this post in threaded view
|

Re: Disabling Autocomplete in XML Forms

Bilgin Ibryam-2
Kranti Agrawal wrote:

> Hi,
>
> How do I disable auto-complete in a field in a XML form. I tried the
> *client-autocomplete-field="false"
> *option in the Lookup tag, but this doesnt work.
>
> Regards,
> Kranti Agrawal
> Student, IIIT Bangalore
> krantiagrawal.blogspot.com
>
>  
There is no property for disabling autocompletes in lookup fields.
You can disable only the lookup descriptions in the whole application by
changing widget.lookup.showDescription property in widget.properties

Bilgin
Reply | Threaded
Open this post in threaded view
|

Re: Disabling Autocomplete in XML Forms

Jacques Le Roux
Administrator
Kranti,

This may help you (to understand client-autocomplete-field meaning)
http://svn.apache.org/viewvc?view=revision&revision=614619

Jacques

From: "Bilgin Ibryam" <[hidden email]>

> Kranti Agrawal wrote:
>> Hi,
>>
>> How do I disable auto-complete in a field in a XML form. I tried the
>> *client-autocomplete-field="false"
>> *option in the Lookup tag, but this doesnt work.
>>
>> Regards,
>> Kranti Agrawal
>> Student, IIIT Bangalore
>> krantiagrawal.blogspot.com
>>
>>  
> There is no property for disabling autocompletes in lookup fields.
> You can disable only the lookup descriptions in the whole application by
> changing widget.lookup.showDescription property in widget.properties
>
> Bilgin
>