Hi A,
its good to hear that you like qooxdoo. :) 
I took the finder demo in the demobrowser to see how to solve your problem.
First, you have to modify the filter object form the search as you type
demo. This filter is capable for handling only plain strings as data. But
the finder demo has model objects as data so you need to change the filter
method to access the name of the file and not the whole model:
data.getName().search(this.getSearchString()) != -1;

The other stuff should be just copy and paste. To see the code of the
extended finder example (search for the first two lists), go to that url:
http://gist.github.com/283618
Best,
Martin
-- 
View this message in context: 
http://n2.nabble.com/Combining-Finder-and-Search-as-you-type-tp4434604p4438908.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to