Hi,
I would like to use the 'suggestion behavior' of the browser for text fields.
Normal behavior for HTML forms in modern browsers is, that text fields are
suggesting last entered values.
I've added the HTML-Attribute "name" to the fields (see below), but this
doesn't seem to work.
<code>
var loginTextfield = new qx.ui.form.TextField();
// ...adding, positioning, etc.
loginTextfield.getContentElement().setAttribute("name", "login");
</code>
The generated HTML contains the "name" attribute, so that's working...
Could it be, that the 'suggestion behavior' in modern browsers needs the fields
to be enclosed in a <form> element?
If that's the case, how can I achieve this with qooxdoo (version 1.0.1)?
Regards,
Peter
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel