[qooxdoo-devel] Resize event

2007-11-27 Thread cboulanger
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

Re: [qooxdoo-devel] autocomplete behavior of form elements

2007-11-27 Thread Leander Hanwald
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 _

Re: [qooxdoo-devel] autocomplete behavior of form elements

2007-11-27 Thread westor
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