Zope Page Template Quick reference?
Wher can I get the quick reference for the attributes or methods I can use in ZPT? I have collect : title title_or_id objectValues objectIds id meta_type icon absolute_url Are they related to dtml or python script? Are there any different? Rgs, Kent Sin __________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/
in my understanding you can use all variables/attributes that are available in the choosen namespace/object. Like having an different object with the attribute "asdf" you could also access it with objectname/asdf. Correct me if I'm wrong. On Tue, Jul 31, 2001 at 01:40:23AM -0700, kent sin wrote:
Wher can I get the quick reference for the attributes or methods I can use in ZPT?
I have collect :
title title_or_id objectValues objectIds id meta_type icon absolute_url
Are they related to dtml or python script? Are there any different?
Rgs,
Kent Sin
__________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Christian Theune - ct@gocept.com gocept gmbh & co.kg - schalaunische strasse 6 - 06366 koethen/anhalt tel.+49 3496 3099112 - fax.+49 3496 3099118 mob. - 0178 48 33 981 reduce(lambda x,y:x+y,[chr(ord(x)^42) for x in 'zS^BED\nX_FOY\x0b'])
kent sin writes:
Wher can I get the quick reference for the attributes or methods I can use in ZPT?
I have collect :
title title_or_id objectValues objectIds id meta_type icon absolute_url
Are they related to dtml or python script? Are there any different? These are methods of objects. If you can access the objects, you can use their methods (sufficient permissions required).
Dieter
participants (3)
-
Christian Theune -
Dieter Maurer -
kent sin