Hello,
in my application, I use windows with an Iframe. When resizing the
window (for example, maximizing and restoring), I need to resize
elements in the Iframe. How can I catch the resize events from the
container widgets? I have looked into the documentation and the API, but
I couldn't find
Hi,
yes I think you need to set this to the input element itselfs.
Greetings,
Leander
westor schrieb:
> 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 _
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" - may