26 Jun
2002
26 Jun
'02
11:02 p.m.
But in python expression in ZPT 'context.objectValues' doesn't exist. Why? I have to use 'here.objectValues'. I think it doesn't make sense... -- Marco Catunda On Tue, 2002-06-25 at 16:57, Geir Bækholt wrote:
'context' in script(python) is the same as 'here' in ZPTs.
in a script(python) you would write: context.objectValues() to get the same result as here/objectValues in ZPT