Re: [Zope] Problem with tree and navigate_filter
At 10:59 03/08/99 , Andreas Kostyrka wrote:
On Tue, 3 Aug 1999, Martijn Pieters wrote:
What does 'navigate_filter' do? navigate_filter comes from the Navigation Product (look at the Contrib Area and http://www.mtg.co.at/projects/products/Navigation)
It is a superset of objectValues(), from the README.txt: Navigate adds a Folder method "navigate_filter".
navigate_filter(key,value,cat="Folder",acquire=0,negate=0)
navigate_filter returns all subobjects of type cat of the Folder, that have an string attribute key with the given value.
if acquire is true, navigate_filter uses Aquisition for key, else it ignores acquired attributes.
if negate is true, the method returns the objects that do not have the key with the right value.
$Id: README.txt,v 1.3 1999/07/01 19:58:36 andreas Exp $
Thanks Andreas, I see you already gave all answers we could have to the question then. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-7502100 Fax: +31-35-7502111 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
participants (1)
-
Martijn Pieters