View List of Attributes in an Object

2 messages Options
Embed this post
Permalink
themidnightwill () View List of Attributes in an Object
Reply Threaded More More options
Print post
Permalink
Hello,

Is there a way to view a list of attributes in an object available on a Plone page? I tried using tal:content="python: dir(object)", but that just resulted in an error. I'd like to see what is available to the template I am trying to write.

Thanks,

Will
MichaelT () Re: View List of Attributes in an Object
Reply Threaded More More options
Print post
Permalink
Which version of Plone? Should be a doc page (tab) on the object in the zmi that shows all the
details.

http://plone.org/products/docfindertab

themidnightwill wrote:
Hello,

Is there a way to view a list of attributes in an object available on a Plone page? I tried using tal:content="python: dir(object)", but that just resulted in an error. I'd like to see what is available to the template I am trying to write.

Thanks,

Will