Hi: I have just been hit with ZClass fever. I am digging it! I found that I can create methods in my ZClass and then use those methods for different management views. One thing that is cool on these methods is to include <dtml-var manage_tabs> What I would also like is to be able to include that next set of stuff that is in manage_main, most especially the select box that seems to have something to do with filtered_meta_types. Can I get that one from my ZClass dtml methods? _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
Lee Harr writes:
What I would also like is to be able to include that next set of stuff that is in manage_main, most especially the select box that seems to have something to do with filtered_meta_types. "filtered_meta_types" is defined by "ObjectManager".
Thus, any instance of a ZClass derived form "ObjectManager" should have this method. Dieter
participants (2)
-
Dieter Maurer -
Lee Harr