----- Original Message ----
> From: Tobias Oetiker <[email protected]>
>
> I am looking at a scenario where I need a selectbox widget with
> incremental search ... Ideally using the table for listing the
> possible completions, so that I could even plug the remote table
> model ...
>
> has anyone done something like this and would be prepared to share
> ? I can offer to turn it into a contrib ...
hoi Tobi,
I've done this with a text input and a list:
http://goo.gl/k8Tcn
Lines 49, 63: creating the widgets
Lines 95-155: bind the typing events with list updates.
Works perfectly, but I don;t have a public demo:)
Probably same thing could be done with qx.ui.form.ComboBox if needed.
If you prefer a table over a list, on Line 211 I update the table dynamically :)
------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel