Well, I tried this, may be that's not the right way?

field.setHtmlProperty("autocomplete", "On");
field.setHtmlProperty("name", "email");

It's not working. In Firebug I see, that _htmlProperties (autocomplete and
name) are set.
But there is also _inputElement with autocomplete set to "off" - maybe I
have to set this?
Sorry I'm unsure about these properties and how to set them.




Leander Hanwald wrote:
> 
> Kick me if I'm wrong, but I think that the hinting is activated by the
> fieldname (attribute "name") which is now set by default for an qooxdoo
> textfield.
> I hadn't tested it, because I hate this function for most textfields in
> browser, but try to set the name attribute and look what happens.
> 
> westor schrieb:
>> Good hint, but it's not working for me :-(
>>
>>
>> frederic wrote:
>>   
>>> Hi,
>>> have you tried something like :
>>> elt.setHtmlAttribute("autocomplete", "on") or
>>> elt.setHtmlProperty("autocomplete", "on")
>>>
>>>
>>>
>>> westor wrote:
>>>     
>>>> Normal behavior for html forms in actual browsers is, that text fields
>>>> are suggesting last entered values. Is there a supported way in qooxdoo
>>>> for doing this? If it is not, are there any ideas to implement this
>>>> with
>>>> small effort?
>>>>
>>>>
>>>>       
>>>     
>>
>>   
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://www.nabble.com/autocomplete-behavior-of-form-elements-tf4875007.html#a13966718
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to