9 Jun
1999
9 Jun
'99
6:45 p.m.
On Wed, 9 Jun 1999, Alexander Staubo wrote:
Oh yeah, and I can do
<!--#in "objectValues('Project') + objectValues('WebProject')"-->
and <!--#in "objectValues(['Project','WebProject'])"--> even cooler and still pretty inflexible Unless there are hooks to get the base classes list from Zope (I know you can do it from Python) then I wonder if something like this would work: <!--#in "objectValues(_['object_types'])"--> where object_types is a tokens property in some higher level folder. So at least you will only have to change the list of object types in one place. Pavlos