From an object you can get its icon by doing print someobject.icon What if I only know a meta type (as string), say "DTML Method" and what I want is "/misc_/OFSP/dtmlmethod.gif" I looked at the filtered_meta_types() method but it does not provide this information. Cheers --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.380 / Virus Database: 213 - Release Date: 2002-07-24
Peter Bengtsson writes:
From an object you can get its icon by doing print someobject.icon
What if I only know a meta type (as string), say "DTML Method" and what I want is "/misc_/OFSP/dtmlmethod.gif" I fear, Zope does not maintain this information in an easily accessible way.
I would probably build my own registry. Dieter
participants (2)
-
Dieter Maurer -
Peter Bengtsson