Is it possible that Zop1.10 has a bigger Object reference then Zope1.2? I can't find this information (below) in Zope1.2, while in Zope1.10 I can... Tom.
On Sun, 16 May 1999, Tom Deprez wrote:
objectValues(['Folder'])... etc. where can I find information of these and others? I can't find them in the DTML user guide.
you can find more info in the "Z Online Help" when you click on the "help" tab on the management screen. you'll find an "Object Reference" there listing all the methods of certain objects.
e.g. you can find the objectValues method in the Folder section and this is what it says:
objectValues(self, [spec]) Permission: Access contents information
Return a list of the actual subobjects.
Returns a list of actual subobjects of the current object. If spec is specified, returns only objects whose meta_type match spec
this means that objectValues(['Folder']) will return a list of subfolders in your current folder.
cheers thilo
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )